X7ROOT File Manager
Current Path:
/home/mysptejz/public_html/test-stocks/tests
home
/
mysptejz
/
public_html
/
test-stocks
/
tests
/
ðŸ“
..
📄
CreatesApplication.php
(380 B)
ðŸ“
Feature
📄
TestCase.php
(163 B)
ðŸ“
Unit
📄
error_log
(7.78 KB)
Editing: 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; } }
Upload File
Create Folder