mirror of
https://github.com/ivuorinen/branch-usage-checker.git
synced 2026-01-26 03:33:59 +00:00
6 lines
98 B
PHP
Executable File
6 lines
98 B
PHP
Executable File
<?php
|
|
|
|
it('inspire artisans', function () {
|
|
$this->artisan('inspire')->assertExitCode(0);
|
|
});
|