diff --git a/tests/TestCase.php b/tests/TestCase.php index 37592f79..69726c3b 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -11,7 +11,7 @@ public function createApplication() { $app = require __DIR__.'/../bootstrap/app.php'; - $app->make('Illuminate\Contracts\Http\Kernel')->bootstrap(); + $app->make('Illuminate\Contracts\Console\Kernel')->bootstrap(); return $app; }