@@ -14,7 +14,6 @@ public function testRunWithoutAdminAndReadmeCreationConvertAppNameToPascalCaseTe
14
14
$ this ->mockChangeConfig ('config/auto-doc.php ' , 'auto_doc.php ' , 'auto_doc_after_changes.php ' );
15
15
16
16
$ this ->mockCopy (
17
- [base_path ('/vendor/ronasit/laravel-project-initializator/resources/.env.example ' ), '.env.example ' ],
18
17
['.env.example ' , '.env.development ' ],
19
18
);
20
19
@@ -85,7 +84,6 @@ public function testRunWithoutAdminAndReadmeCreation()
85
84
$ this ->mockChangeConfig ('config/auto-doc.php ' , 'auto_doc.php ' , 'auto_doc_after_changes.php ' );
86
85
87
86
$ this ->mockCopy (
88
- [base_path ('/vendor/ronasit/laravel-project-initializator/resources/.env.example ' ), '.env.example ' ],
89
87
['.env.example ' , '.env.development ' ],
90
88
);
91
89
@@ -158,7 +156,6 @@ public function testRunWithAdminAndWithoutReadmeCreation()
158
156
$ this ->mockChangeConfig ('config/auto-doc.php ' , 'auto_doc.php ' , 'auto_doc_after_changes.php ' );
159
157
160
158
$ this ->mockCopy (
161
- [base_path ('/vendor/ronasit/laravel-project-initializator/resources/.env.example ' ), '.env.example ' ],
162
159
['.env.example ' , '.env.development ' ],
163
160
);
164
161
@@ -235,7 +232,6 @@ public function testRunWithAdminAndDefaultReadmeCreation()
235
232
$ this ->mockChangeConfig ('config/auto-doc.php ' , 'auto_doc.php ' , 'auto_doc_after_changes.php ' );
236
233
237
234
$ this ->mockCopy (
238
- [base_path ('/vendor/ronasit/laravel-project-initializator/resources/.env.example ' ), '.env.example ' ],
239
235
['.env.example ' , '.env.development ' ],
240
236
);
241
237
@@ -441,7 +437,6 @@ public function testRunWithAdminAndPartialReadmeCreation()
441
437
$ this ->mockChangeConfig ('config/auto-doc.php ' , 'auto_doc.php ' , 'auto_doc_after_changes.php ' );
442
438
443
439
$ this ->mockCopy (
444
- [base_path ('/vendor/ronasit/laravel-project-initializator/resources/.env.example ' ), '.env.example ' ],
445
440
['.env.example ' , '.env.development ' ],
446
441
);
447
442
@@ -582,7 +577,6 @@ public function testRunWithAdminAndFullReadmeCreationAndRemovingInitializatorIns
582
577
$ this ->mockChangeConfig ('config/auto-doc.php ' , 'auto_doc.php ' , 'auto_doc_after_changes.php ' );
583
578
584
579
$ this ->mockCopy (
585
- [base_path ('/vendor/ronasit/laravel-project-initializator/resources/.env.example ' ), '.env.example ' ],
586
580
['.env.example ' , '.env.development ' ],
587
581
);
588
582
@@ -757,7 +751,6 @@ public function testRunWithoutAdminAndUsingTelescope()
757
751
$ this ->mockChangeConfig ('config/auto-doc.php ' , 'auto_doc.php ' , 'auto_doc_after_changes.php ' );
758
752
759
753
$ this ->mockCopy (
760
- [base_path ('/vendor/ronasit/laravel-project-initializator/resources/.env.example ' ), '.env.example ' ],
761
754
['.env.example ' , '.env.development ' ],
762
755
);
763
756
@@ -902,7 +895,6 @@ public function testRunWithClerkMobileAppWithPintInstalled(): void
902
895
$ this ->mockChangeConfig ('config/auto-doc.php ' , 'auto_doc.php ' , 'auto_doc_after_changes.php ' );
903
896
904
897
$ this ->mockCopy (
905
- [base_path ('/vendor/ronasit/laravel-project-initializator/resources/.env.example ' ), '.env.example ' ],
906
898
['.env.example ' , '.env.development ' ],
907
899
);
908
900
0 commit comments