Instead of checking if the output contains some string, we should check [the console events](https://github.com/laravel/framework/pull/20298) that are fired when Artisan executes a command. This should make the tests a lot less fragile.
Instead of checking if the output contains some string, we should check the console events that are fired when Artisan executes a command.
This should make the tests a lot less fragile.