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

Xet Storage Details

Size:
375 Bytes
·
Xet hash:
92608dd315ee7b122c618df8c855975b1ff53d1778f990471962cb4e2212e878

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.