Files
branch-usage-checker/tests/Feature/Commands/CheckCommandTest.php
Ismo Vuorinen 78cca41be4 Initial commit
2022-10-17 09:42:32 +03:00

8 lines
138 B
PHP

<?php
test('inspire command', function () {
$this->artisan('inspire')
// ->expectsOutput('')
->assertExitCode(0);
});