We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f4a57 commit 818ac96Copy full SHA for 818ac96
1 file changed
user_guide_src/source/testing/response.rst
@@ -302,7 +302,7 @@ You can use this method to determine if ``$response`` actually holds JSON conten
302
assertJSONFragment(array $fragment)
303
-----------------------------------
304
305
-Asserts that $fragment is found within the JSON response. It does not need to match the entire JSON value.
+Asserts that ``$fragment`` is found within the JSON response. It does not need to match the entire JSON value.
306
307
.. literalinclude:: response/032.php
308
:lines: 2-
0 commit comments