mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	commit message
This commit is contained in:
		
							
								
								
									
										21
									
								
								tests/Feature/ExampleTest.php
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										21
									
								
								tests/Feature/ExampleTest.php
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| <?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); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user