File Manager Lite
Dir:
/home/u540325668/domains/telegroupstall.com/public_html/tests
Upload
[..]
CreatesApplication.php (380 B)
Edit
Rename
Del
Feature/
Rename
Del
TestCase.php (163 B)
Edit
Rename
Del
Unit/
Rename
Del
Edit: 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; } }
Simpan