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 6e86f92 commit 57d8f83Copy full SHA for 57d8f83
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')
+ $this->artisan('root:clear-media', ['all' => true])
18
->expectsOutput('1 media have been deleted!')
19
->assertExitCode(Command::SUCCESS);
20
0 commit comments