Page MenuHomePhorge

CreatesApplication.php
No OneTemporary

Authored By
Unknown
Size
382 B
Referenced Files
None
Subscribers
None

CreatesApplication.php

<?php
namespace Tests;
use Illuminate\Contracts\Console\Kernel;
trait CreatesApplication
{
/**
* Creates the application.
*
* @return \Illuminate\Foundation\Application
*/
public function createApplication()
{
$app = require __DIR__ . '/../bootstrap/app.php';
$app->make(Kernel::class)->bootstrap();
return $app;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Apr 6, 12:38 AM (6 d, 4 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2a/0e/07b44adfc730d5199fba86c3571a
Default Alt Text
CreatesApplication.php (382 B)

Event Timeline