Commit 0a01aca6 authored by Taylor Otwell's avatar Taylor Otwell

Use the console kernel.

parent f6612214
......@@ -11,7 +11,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase {
{
$app = require __DIR__.'/../bootstrap/app.php';
$app->make('Illuminate\Contracts\Http\Kernel')->bootstrap();
$app->make('Illuminate\Contracts\Console\Kernel')->bootstrap();
return $app;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment