Skip to content

Commit 19e0b19

Browse files
committed
minor #5771 Remove not existing response constant (amansilla)
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
2 parents edff52f + b38c36c commit 19e0b19

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)