D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023066
/
cwd
/
www
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Commands
/
stubs
/
Filename :
feature-test.stub
back
Copy
<?php namespace $NAMESPACE$; use Tests\TestCase; use Illuminate\Foundation\Testing\WithFaker; use Illuminate\Foundation\Testing\RefreshDatabase; class $CLASS$ extends TestCase { /** * A basic feature test example. */ public function testExample(): void { $response = $this->get('/'); $response->assertStatus(200); } }