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, Nov 17, 15:41 (2 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3163406
Default Alt Text
TestCase.php (341 B)

Event Timeline