From b0b1bd712b7fae72bde510b528d061faa4cac77e Mon Sep 17 00:00:00 2001 From: ArtARTs36 Date: Tue, 16 Nov 2021 22:01:34 +0300 Subject: [PATCH] add test --- tests/Feature/GenerateDocCommandTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Feature/GenerateDocCommandTest.php b/tests/Feature/GenerateDocCommandTest.php index 26de2e4..d4e5474 100644 --- a/tests/Feature/GenerateDocCommandTest.php +++ b/tests/Feature/GenerateDocCommandTest.php @@ -17,7 +17,6 @@ public function testHandleOnDocumentationUpdated(): void ->artisan(GenerateDocCommand::class, [ 'path' => 'commands.md', ]) - ->assertExitCode(Command::SUCCESS) ->assertSuccessful() ->run(); }