X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/tests
home
/
prisjneg
/
public_html
/
tests
/
📁
..
📄
CreatesApplication.php
(375 B)
📁
Feature
📄
TestCase.php
(163 B)
📁
Unit
📄
error_log
(260 B)
Editing: CreatesApplication.php
<?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; } }
Upload File
Create Folder