mirror of
https://github.com/anikeen-com/print-cli.git
synced 2026-03-13 13:46:07 +00:00
6 lines
99 B
PHP
6 lines
99 B
PHP
<?php
|
|
|
|
it('inspires artisans', function () {
|
|
$this->artisan('inspire')->assertExitCode(0);
|
|
});
|