Browse Source

Use short-cut.

Taylor Otwell 9 years ago
parent
commit
88f5182d1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/ExampleTest.php

+ 1 - 1
tests/ExampleTest.php

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