We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5bde7 commit a7481f6Copy full SHA for a7481f6
tests/Feature/ExampleTest.php
@@ -18,6 +18,6 @@ public function testBasicTest()
18
{
19
$response = $this->get('/');
20
21
- $response->assertHasStatus(200);
+ $response->assertStatus(200);
22
}
23
0 commit comments