author | ymh <ymh.work@gmail.com> |
Mon, 15 Jun 2015 19:30:32 +0200 | |
changeset 1 | 01a844d292ac |
child 2 | 00e2916104fe |
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; } }