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()); } }