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