@@ -40,6 +40,7 @@ public function testRunWithoutAdminAndReadmeCreationConvertAppNameToPascalCaseTe
40
40
$ this ->callShellExec ('php artisan vendor:publish --tag=pint-config --ansi ' ),
41
41
$ this ->callShellExec ('composer require --dev brainmaestro/composer-git-hooks --ansi ' ),
42
42
$ this ->callShellExec ('./vendor/bin/cghooks update --ansi ' ),
43
+ $ this ->callShellExec ('php artisan lang:publish --ansi ' ),
43
44
);
44
45
45
46
$ this
@@ -88,6 +89,7 @@ public function testRunWithoutAdminAndReadmeCreation()
88
89
$ this ->callShellExec ('php artisan vendor:publish --tag=pint-config --ansi ' ),
89
90
$ this ->callShellExec ('composer require --dev brainmaestro/composer-git-hooks --ansi ' ),
90
91
$ this ->callShellExec ('./vendor/bin/cghooks update --ansi ' ),
92
+ $ this ->callShellExec ('php artisan lang:publish --ansi ' ),
91
93
$ this ->callShellExec ('composer require ronasit/laravel-telescope-extension --ansi ' ),
92
94
$ this ->callShellExec ('php artisan telescope:install --ansi ' ),
93
95
);
@@ -138,6 +140,7 @@ public function testRunWithAdminAndWithoutReadmeCreation()
138
140
$ this ->callShellExec ('php artisan vendor:publish --tag=pint-config --ansi ' ),
139
141
$ this ->callShellExec ('composer require --dev brainmaestro/composer-git-hooks --ansi ' ),
140
142
$ this ->callShellExec ('./vendor/bin/cghooks update --ansi ' ),
143
+ $ this ->callShellExec ('php artisan lang:publish --ansi ' ),
141
144
$ this ->callShellExec ('composer require ronasit/laravel-telescope-extension --ansi ' ),
142
145
$ this ->callShellExec ('php artisan telescope:install --ansi ' ),
143
146
);
@@ -210,6 +213,7 @@ public function testRunWithAdminAndDefaultReadmeCreation()
210
213
$ this ->callShellExec ('php artisan vendor:publish --tag=pint-config --ansi ' ),
211
214
$ this ->callShellExec ('composer require --dev brainmaestro/composer-git-hooks --ansi ' ),
212
215
$ this ->callShellExec ('./vendor/bin/cghooks update --ansi ' ),
216
+ $ this ->callShellExec ('php artisan lang:publish --ansi ' ),
213
217
$ this ->callShellExec ('composer require ronasit/laravel-clerk --ansi ' ),
214
218
$ this ->callShellExec ('php artisan laravel-clerk:install --ansi ' ),
215
219
$ this ->callShellExec ('composer require ronasit/laravel-telescope-extension --ansi ' ),
@@ -322,6 +326,7 @@ public function testRunWithAdminAndPartialReadmeCreation()
322
326
$ this ->callShellExec ('php artisan vendor:publish --tag=pint-config --ansi ' ),
323
327
$ this ->callShellExec ('composer require --dev brainmaestro/composer-git-hooks --ansi ' ),
324
328
$ this ->callShellExec ('./vendor/bin/cghooks update --ansi ' ),
329
+ $ this ->callShellExec ('php artisan lang:publish --ansi ' ),
325
330
$ this ->callShellExec ('composer require ronasit/laravel-telescope-extension --ansi ' ),
326
331
$ this ->callShellExec ('php artisan telescope:install --ansi ' ),
327
332
);
@@ -429,6 +434,7 @@ public function testRunWithAdminAndFullReadmeCreationAndRemovingInitializatorIns
429
434
$ this ->callShellExec ('php artisan vendor:publish --tag=pint-config --ansi ' ),
430
435
$ this ->callShellExec ('composer require --dev brainmaestro/composer-git-hooks --ansi ' ),
431
436
$ this ->callShellExec ('./vendor/bin/cghooks update --ansi ' ),
437
+ $ this ->callShellExec ('php artisan lang:publish --ansi ' ),
432
438
$ this ->callShellExec ('composer require ronasit/laravel-telescope-extension --ansi ' ),
433
439
$ this ->callShellExec ('php artisan telescope:install --ansi ' ),
434
440
$ this ->callShellExec ('composer require ronasit/laravel-media --ansi ' ),
@@ -538,6 +544,7 @@ public function testRunWithoutAdminAndUsingTelescope()
538
544
$ this ->callShellExec ('php artisan vendor:publish --tag=pint-config --ansi ' ),
539
545
$ this ->callShellExec ('composer require --dev brainmaestro/composer-git-hooks --ansi ' ),
540
546
$ this ->callShellExec ('./vendor/bin/cghooks update --ansi ' ),
547
+ $ this ->callShellExec ('php artisan lang:publish --ansi ' ),
541
548
$ this ->callShellExec ('composer require ronasit/laravel-telescope-extension --ansi ' ),
542
549
$ this ->callShellExec ('php artisan telescope:install --ansi ' ),
543
550
);
@@ -654,6 +661,7 @@ public function testRunWithClerkMobileAppWithPintInstalled(): void
654
661
$ this ->callShellExec ('php artisan vendor:publish --tag=pint-config --ansi ' ),
655
662
$ this ->callShellExec ('composer require --dev brainmaestro/composer-git-hooks --ansi ' ),
656
663
$ this ->callShellExec ('./vendor/bin/cghooks update --ansi ' ),
664
+ $ this ->callShellExec ('php artisan lang:publish --ansi ' ),
657
665
$ this ->callShellExec ('composer require ronasit/laravel-clerk --ansi ' ),
658
666
$ this ->callShellExec ('php artisan laravel-clerk:install --ansi ' ),
659
667
$ this ->callShellExec ('composer require ronasit/laravel-telescope-extension --ansi ' ),
0 commit comments