mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-02-06 16:45:20 +00:00
Initial commit
This commit is contained in:
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