porting to laravel-zero
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