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 a797f1c commit 8e29ee0Copy full SHA for 8e29ee0
tests/Console/ClearMediaTest.php
@@ -14,7 +14,7 @@ public function test_clear_media_command(): void
14
{
15
$medium = Medium::factory()->create();
16
17
- $this->artisan('root:clear-media', ['all' => true])
+ $this->artisan('root:clear-media', ['--all' => true])
18
->expectsOutput('1 media have been deleted!')
19
->assertExitCode(Command::SUCCESS);
20
0 commit comments