/
home
/
techb158
/
dev.balacoffee.com
/
tests
/
Feature
/
/home/techb158/dev.balacoffee.com/tests/Feature
mkdir
upload
Name
Size
Mode
Actions
ExampleTest.php
361
0644
edit
dl
rm
Edit:
/home/techb158/dev.balacoffee.com/tests/Feature/ExampleTest.php
(361B)
<?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
cmd:
run