[ Root System Explorer ]
Location:
Root
/
var
/
www
/
html
/
mailer.acma.in
/
tests
/
Feature
+ Folder
+ File
Upload
Editing: ExampleTest.php
<?php namespace Tests\Feature; use Illuminate\Foundation\Testing\RefreshDatabase; use Tests\TestCase; class ExampleTest extends TestCase { /** * A basic test example. * * @return void */ public function testBasicTest() { $response = $this->get('/'); $response->assertStatus(200); } }
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 ExampleTest.php
FILE
Ren
[EDIT]
DEL