Skip to content

Commit

Permalink
minor #5771 Remove not existing response constant (amansilla)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Remove not existing response constant

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?  | no
| Applies to    | 2.3
| Fixed tickets | #5770

Commits
-------

b38c36c Remove not existing response constant
  • Loading branch information
xabbuh committed Oct 9, 2015
2 parents edff52f + b38c36c commit 19e0b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ document::
$this->assertTrue($client->getResponse()->isNotFound());
// Assert a specific 200 status code
$this->assertEquals(
200, // or Symfony\Component\HttpFoundation\Response::HTTP_OK
200,
$client->getResponse()->getStatusCode()
);

Expand Down

0 comments on commit 19e0b19

Please sign in to comment.