We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77d3a7d + b9a1847 commit affd94aCopy full SHA for affd94a
create_framework/unit_testing.rst
@@ -183,7 +183,7 @@ Response::
183
$response = $framework->handle(new Request());
184
185
$this->assertEquals(200, $response->getStatusCode());
186
- $this->assertContains('Hello Fabien', $response->getContent());
+ $this->assertContains('Yep, this is a leap year!', $response->getContent());
187
}
188
189
In this test, we simulate a route that matches and returns a simple
0 commit comments