PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
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; } }
[-] TestCase.php
[edit]
[-] CreatesApplication.php
[edit]
[+]
..
[-] wp-blog-header.php
[edit]
[+]
Unit
[+]
Feature
[-] .htaccess
[edit]
[-] wp-cron.php
[edit]
[-] text.php
[edit]