/
home
/
techb158
/
ileadtechnology.com
/
tests
/
Feature
/
/home/techb158/ileadtechnology.com/tests/Feature
mkdir
upload
Name
Size
Mode
Actions
ExampleTest.php
340
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/tests/Feature/ExampleTest.php
(340B)
<?php namespace Tests\Feature; use Tests\TestCase; use Illuminate\Foundation\Testing\RefreshDatabase; class ExampleTest extends TestCase { /** * A basic test example. * * @return void */ public function testBasicTest() { $response = $this->get('/'); $response->assertStatus(200); } }
Save
get('/'); $response->assertStatus(200); } }