mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-14 06:05:54 +00:00
first commit
This commit is contained in:
7
tests/Feature/InspiringCommandTest.php
Executable file
7
tests/Feature/InspiringCommandTest.php
Executable file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
test('inspiring command', function () {
|
||||
$this->artisan('inspiring')
|
||||
->expectsOutput('Simplicity is the ultimate sophistication.')
|
||||
->assertExitCode(0);
|
||||
});
|
||||
Reference in New Issue
Block a user