Files
branch-usage-checker/tests/Feature/Commands/CheckCommandTest.php
2022-10-17 13:26:13 +03:00

8 lines
165 B
PHP

<?php
test('check command', function () {
$this->artisan('check ivuorinen branch-usage-checker')
// ->expectsOutput('')
->assertExitCode(0);
});