The Nest
Explore
Sign in
Chasesomero
test
tests
Feature
InspireCommandTest.php
0
Code
Changes
Tags
Discussions
main
<?php
it
(
'
inspires artisans
'
,
function
(
)
{
$
this
->
artisan
(
'
inspire
'
)
->
assertExitCode
(
0
)
;
}
)
;