@@ -167,10 +167,6 @@ public function testRunWithAdminAndDefaultReadmeCreation()
167
167
'arguments ' => ['.env.development ' ],
168
168
'result ' => $ this ->getFixture ('env.development.yml ' ),
169
169
],
170
- [
171
- 'arguments ' => ['config/auth.php ' ],
172
- 'result ' => $ this ->getFixture ('auth.php ' ),
173
- ],
174
170
[
175
171
'arguments ' => ['.env.development ' ],
176
172
'result ' => $ this ->getFixture ('env.development.yml ' ),
@@ -224,10 +220,6 @@ public function testRunWithAdminAndDefaultReadmeCreation()
224
220
$ this ->mockFilePutContent (
225
221
'env.example.yml ' ,
226
222
'env.development.yml ' ,
227
- [
228
- 'config/auth.php ' ,
229
- $ this ->getFixture ('auth-modified.php ' ),
230
- ],
231
223
[
232
224
'database/migrations/2018_11_11_111111_users_add_clerk_id_field.php ' ,
233
225
$ this ->getFixture ('users_add_clerk_id_field_migration.php ' ),
@@ -265,7 +257,7 @@ public function testRunWithAdminAndDefaultReadmeCreation()
265
257
['arguments ' => 'php artisan vendor:publish --provider="RonasIT\AutoDoc\AutoDocServiceProvider" --ansi ' ],
266
258
['arguments ' => 'composer require --dev ronasit/laravel-entity-generator --ansi ' ],
267
259
['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 ' ],
269
261
['arguments ' => 'composer require ronasit/laravel-telescope-extension --ansi ' ],
270
262
['arguments ' => 'php artisan telescope:install --ansi ' ],
271
263
);
0 commit comments