| author | durandn |
| Tue, 13 Sep 2016 17:04:33 +0200 | |
| changeset 198 | 2a51b81d594e |
| parent 0 | 1afc9d2ab94d |
| permissions | -rw-r--r-- |
<?php class TestCase extends Illuminate\Foundation\Testing\TestCase { /** * Creates the application. * * @return \Illuminate\Foundation\Application */ public function createApplication() { $app = require __DIR__.'/../bootstrap/app.php'; $app->make('Illuminate\Contracts\Console\Kernel')->bootstrap(); return $app; } }