mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-02-13 18:48:13 +00:00
Initial commit
This commit is contained in:
7
tests/Feature/Commands/CheckCommandTest.php
Normal file
7
tests/Feature/Commands/CheckCommandTest.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
test('inspire command', function () {
|
||||
$this->artisan('inspire')
|
||||
// ->expectsOutput('')
|
||||
->assertExitCode(0);
|
||||
});
|
||||
Reference in New Issue
Block a user