mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-03-02 05:54:36 +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);
|
||||
});
|
||||
5
tests/Feature/InspireCommandTest.php
Executable file
5
tests/Feature/InspireCommandTest.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
it('inspire artisans', function () {
|
||||
$this->artisan('inspire')->assertExitCode(0);
|
||||
});
|
||||
Reference in New Issue
Block a user