ExampleTest.php000064400000001035150250205760007511 0ustar00assertTrue(true); // } public function testResponseTime(){ $response = $this->get('/'); $response->assertStatus(200); $responseTime = $response->headers->get('X-Response-Time'); $this->assertLessThan(500, $responseTime); } }