Page MenuHomeDevCentral

TestCase.php
No OneTemporary

TestCase.php

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

File Metadata

Mime Type
text/x-php
Expires
Thu, Apr 16, 04:52 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3576287
Default Alt Text
TestCase.php (341 B)

Event Timeline