@@ -167,10 +167,6 @@ public function testRunWithAdminAndDefaultReadmeCreation()
167167 'arguments ' => ['.env.development ' ],
168168 'result ' => $ this ->getFixture ('env.development.yml ' ),
169169 ],
170- [
171- 'arguments ' => ['config/auth.php ' ],
172- 'result ' => $ this ->getFixture ('auth.php ' ),
173- ],
174170 [
175171 'arguments ' => ['.env.example ' ],
176172 'result ' => $ this ->getFixture ('env.example.yml ' ),
@@ -220,10 +216,6 @@ public function testRunWithAdminAndDefaultReadmeCreation()
220216 $ this ->mockFilePutContent (
221217 'env.example.yml ' ,
222218 'env.development.yml ' ,
223- [
224- 'config/auth.php ' ,
225- $ this ->getFixture ('auth-modified.php ' ),
226- ],
227219 [
228220 'database/migrations/2018_11_11_111111_users_add_clerk_id_field.php ' ,
229221 $ this ->getFixture ('users_add_clerk_id_field_migration.php ' ),
@@ -257,7 +249,7 @@ public function testRunWithAdminAndDefaultReadmeCreation()
257249 ['arguments ' => 'php artisan vendor:publish --provider="RonasIT\AutoDoc\AutoDocServiceProvider" --ansi ' ],
258250 ['arguments ' => 'composer require --dev ronasit/laravel-entity-generator --ansi ' ],
259251 ['arguments ' => 'composer require ronasit/laravel-clerk --ansi ' ],
260- ['arguments ' => 'php artisan vendor:publish --provider="RonasIT \\ Clerk \\ Providers \\ ClerkServiceProvider" --ansi ' ],
252+ ['arguments ' => 'php artisan laravel-clerk:install --ansi ' ],
261253 ['arguments ' => 'composer require ronasit/laravel-telescope-extension --ansi ' ],
262254 ['arguments ' => 'php artisan telescope:install --ansi ' ],
263255 );
0 commit comments