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