Use the console kernel.

This commit is contained in:
Taylor Otwell 2014-11-07 11:56:21 -06:00
parent f66122149a
commit 0a01aca6b4

View File

@ -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;
}