artisan('monica:setup', ['--skip-docs' => true]) ->expectsOutput('✓ Resetting application cache') ->expectsOutput('✓ Clear config cache') ->expectsOutput('✓ Clear route cache') ->expectsOutput('✓ Clear view cache') ->expectsOutput('✓ Performing migrations') ->assertExitCode(0); } }