assertTrue(true); } public function testNothing() { $response = $this->get('/'); $response->assertStatus(200); } }