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
Mon, Jan 26, 08:12 (1 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3382322
Default Alt Text
TestCase.php (341 B)

Event Timeline