mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-03-03 09:55:05 +00:00
Removed inspire command tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
test('inspire command', function () {
|
test('check command', function () {
|
||||||
$this->artisan('inspire')
|
$this->artisan('check ivuorinen branch-usage-checker')
|
||||||
// ->expectsOutput('')
|
// ->expectsOutput('')
|
||||||
->assertExitCode(0);
|
->assertExitCode(0);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
it('inspire artisans', function () {
|
|
||||||
$this->artisan('inspire')->assertExitCode(0);
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user