Removed inspire command tests

This commit is contained in:
Ismo Vuorinen
2022-10-17 13:26:13 +03:00
parent 34b8cc2365
commit 14e1bff824
2 changed files with 2 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<?php
test('inspire command', function () {
$this->artisan('inspire')
test('check command', function () {
$this->artisan('check ivuorinen branch-usage-checker')
// ->expectsOutput('')
->assertExitCode(0);
});

View File

@@ -1,5 +0,0 @@
<?php
it('inspire artisans', function () {
$this->artisan('inspire')->assertExitCode(0);
});