PATH:
home
/
centosnipponia
/
public_html
/
apptt-oldgit
/
tests
<?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; } }
[+]
..
[+]
Unit
[+]
Feature
[-] CreatesApplication.php
[edit]
[-] TestCase.php
[edit]
[-] error_log
[edit]
[-] .htaccess.disabled
[edit]