home
/
zktecojo
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Testing
➕ New
📤 Upload
✎ Editing:
TestCase.php
← Back
<?php namespace Illuminate\Foundation\Testing; abstract class TestCase extends \PHPUnit_Framework_TestCase { use ApplicationTrait, AssertionsTrait; /** * Setup the test environment. * * @return void */ public function setUp() { if ( ! $this->app) { $this->refreshApplication(); } } /** * Creates the application. * * Needs to be implemented by subclasses. * * @return \Symfony\Component\HttpKernel\HttpKernelInterface */ abstract public function createApplication(); }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel