Skip to content

Commit b38c36c

Browse files
author
Antonio Mansilla
committed
Remove not existing response constant
1 parent 1462b8a commit b38c36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ document::
273273
$this->assertTrue($client->getResponse()->isNotFound());
274274
// Assert a specific 200 status code
275275
$this->assertEquals(
276-
200, // or Symfony\Component\HttpFoundation\Response::HTTP_OK
276+
200,
277277
$client->getResponse()->getStatusCode()
278278
);
279279

0 commit comments

Comments
 (0)