We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48592dd commit e61e7e8Copy full SHA for e61e7e8
tests/ServiceProviderTest.php
@@ -19,7 +19,7 @@ public function testMigrationsCanBePublished()
19
$result = Artisan::call('vendor:publish', [
20
'--tag' => 'laravel-scim-migrations',
21
'--provider' => ServiceProvider::class,
22
- '--dry-run' => true,
+ '--force' => true,
23
]);
24
25
// The command should succeed (return 0)
@@ -32,7 +32,7 @@ public function testConfigCanBePublished()
32
33
'--tag' => 'laravel-scim',
34
35
36
37
38
0 commit comments