From 14e1bff824aed30141e5d73b76af8d5a03330f5a Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 17 Oct 2022 13:26:13 +0300 Subject: [PATCH] Removed inspire command tests --- tests/Feature/Commands/CheckCommandTest.php | 4 ++-- tests/Feature/InspireCommandTest.php | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100755 tests/Feature/InspireCommandTest.php diff --git a/tests/Feature/Commands/CheckCommandTest.php b/tests/Feature/Commands/CheckCommandTest.php index 73ec986..aa08b0e 100644 --- a/tests/Feature/Commands/CheckCommandTest.php +++ b/tests/Feature/Commands/CheckCommandTest.php @@ -1,7 +1,7 @@ artisan('inspire') +test('check command', function () { + $this->artisan('check ivuorinen branch-usage-checker') // ->expectsOutput('') ->assertExitCode(0); }); diff --git a/tests/Feature/InspireCommandTest.php b/tests/Feature/InspireCommandTest.php deleted file mode 100755 index 58c71a1..0000000 --- a/tests/Feature/InspireCommandTest.php +++ /dev/null @@ -1,5 +0,0 @@ -artisan('inspire')->assertExitCode(0); -});