diff --git a/tests/Command/ConfigTest.php b/tests/Command/ConfigTest.php index ae99a42..5b0c7e2 100644 --- a/tests/Command/ConfigTest.php +++ b/tests/Command/ConfigTest.php @@ -72,7 +72,7 @@ $this->artisan('ddd:config') ->expectsQuestion('Laravel-DDD Config Utility', 'wizard') ->expectsOutput('This command is only available in Laravel 11 and above.') - ->assertFailure() + ->assertFailed() ->execute(); })->onlyOnLaravelVersionsBelow(11);