Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions testing/functional_tests_assertions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ Response
- ``assertResponseHasCookie()``
- ``assertResponseNotHasCookie()``
- ``assertResponseCookieValueSame()``
- ``assertResponseFormatSame()`` (the response format is the value returned by
the :method:`Symfony\Component\HttpFoundation\Response::getFormat` method).

.. versionadded:: 5.3

The ``assertResponseFormatSame()`` method was introduced in Symfony 5.3.

Request
~~~~~~~
Expand Down