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.
1 parent 1462b8a commit b38c36cCopy full SHA for b38c36c
book/testing.rst
@@ -273,7 +273,7 @@ document::
273
$this->assertTrue($client->getResponse()->isNotFound());
274
// Assert a specific 200 status code
275
$this->assertEquals(
276
- 200, // or Symfony\Component\HttpFoundation\Response::HTTP_OK
+ 200,
277
$client->getResponse()->getStatusCode()
278
);
279
0 commit comments