Add "assertNotExecuted"
Alternatively you can also check that a given command was not executed. You may accomplish this by calling the Terminal::assertNotExecuted
method after calling Terminal::fake
.
Terminal::fake();
Terminal::assertNotExecuted('php artisan migrate');