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 37948c0 commit f3fdf98Copy full SHA for f3fdf98
testing/functional_tests_assertions.rst
@@ -39,6 +39,12 @@ Response
39
- ``assertResponseHasCookie()``
40
- ``assertResponseNotHasCookie()``
41
- ``assertResponseCookieValueSame()``
42
+- ``assertResponseFormatSame()`` (the response format is the value returned by
43
+ the :method:`Symfony\Component\HttpFoundation\Response::getFormat` method).
44
+
45
+.. versionadded:: 5.3
46
47
+ The ``assertResponseFormatSame()`` method was introduced in Symfony 5.3.
48
49
Request
50
~~~~~~~
0 commit comments