D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023066
/
root
/
proc
/
3023067
/
cwd
/
www
/
tests
/
Feature
/
Filename :
ExampleTest.php
back
Copy
<?php namespace Tests\Feature; use Tests\TestCase; class ExampleTest extends TestCase { /** * A basic test example. */ public function test_example(): void { $response = $this->get('/'); $response->assertStatus(200); } }