3 class TestCase extends Illuminate\Foundation\Testing\TestCase
6 * The base URL to use while testing the application.
10 protected $baseUrl = 'http://localhost';
13 * Creates the application.
15 * @return \Illuminate\Foundation\Application
17 public function createApplication()
19 $app = require __DIR__.'/../bootstrap/app.php';
21 $app->make(Illuminate\Contracts\Console\Kernel::class)->bootstrap();