artisan(...func_get_args()); } /** * Disable mocking the console output. * * @return TestCase */ function withoutMockingConsoleOutput() { return test()->withoutMockingConsoleOutput(...func_get_args()); }