@@ -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.development ' ],
176172 'result ' => $ this ->getFixture ('env.development.yml ' ),
@@ -224,10 +220,6 @@ public function testRunWithAdminAndDefaultReadmeCreation()
224220 $ this ->mockFilePutContent (
225221 'env.example.yml ' ,
226222 'env.development.yml ' ,
227- [
228- 'config/auth.php ' ,
229- $ this ->getFixture ('auth-modified.php ' ),
230- ],
231223 [
232224 'database/migrations/2018_11_11_111111_users_add_clerk_id_field.php ' ,
233225 $ this ->getFixture ('users_add_clerk_id_field_migration.php ' ),
@@ -265,7 +257,7 @@ public function testRunWithAdminAndDefaultReadmeCreation()
265257 ['arguments ' => 'php artisan vendor:publish --provider="RonasIT\AutoDoc\AutoDocServiceProvider" --ansi ' ],
266258 ['arguments ' => 'composer require --dev ronasit/laravel-entity-generator --ansi ' ],
267259 ['arguments ' => 'composer require ronasit/laravel-clerk --ansi ' ],
268- ['arguments ' => 'php artisan vendor:publish --provider="RonasIT \\ Clerk \\ Providers \\ ClerkServiceProvider" --ansi ' ],
260+ ['arguments ' => 'php artisan laravel-clerk:install --ansi ' ],
269261 ['arguments ' => 'composer require ronasit/laravel-telescope-extension --ansi ' ],
270262 ['arguments ' => 'php artisan telescope:install --ansi ' ],
271263 );
0 commit comments