Commit 88f5182d authored by Taylor Otwell's avatar Taylor Otwell

Use short-cut.

parent 71e33914
......@@ -11,6 +11,6 @@ class ExampleTest extends TestCase
{
$response = $this->call('GET', '/');
$this->assertEquals(200, $response->getStatusCode());
$this->assertEquals(200, $response->status());
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment