From 88f5182d1fbcbb2b989e3a37817955786d7d45e9 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 28 Apr 2015 13:36:52 -0500 Subject: [PATCH] Use short-cut. --- tests/ExampleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index c78111bc..3bf4216f 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -11,6 +11,6 @@ public function testBasicExample() { $response = $this->call('GET', '/'); - $this->assertEquals(200, $response->getStatusCode()); + $this->assertEquals(200, $response->status()); } }