File Manager Lite
Dir:
/home/u540325668/domains/telegroupstall.com/public_html/tests/Feature
Upload
[..]
ExampleTest.php (340 B)
Edit
Rename
Del
Edit: ExampleTest.php
<?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); } }
Simpan