Use short-cut.

This commit is contained in:
Taylor Otwell
2015-04-28 13:36:52 -05:00
parent 71e339146e
commit 88f5182d1f

View File

@@ -11,6 +11,6 @@ class ExampleTest extends TestCase
{ {
$response = $this->call('GET', '/'); $response = $this->call('GET', '/');
$this->assertEquals(200, $response->getStatusCode()); $this->assertEquals(200, $response->status());
} }
} }