Use short-cut.

This commit is contained in:
Taylor Otwell 2015-04-28 13:36:52 -05:00
parent 71e339146e
commit 88f5182d1f
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ public function testBasicExample()
{ {
$response = $this->call('GET', '/'); $response = $this->call('GET', '/');
$this->assertEquals(200, $response->getStatusCode()); $this->assertEquals(200, $response->status());
} }
} }