mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-01-26 11:44:02 +00:00
Removed inspire command tests
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
<?php
|
||||
|
||||
it('inspire artisans', function () {
|
||||
$this->artisan('inspire')->assertExitCode(0);
|
||||
});
|
||||
Reference in New Issue
Block a user