Skip to content

Commit 818ac96

Browse files
committed
docs: add text decoration
1 parent 52f4a57 commit 818ac96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/testing/response.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ You can use this method to determine if ``$response`` actually holds JSON conten
302302
assertJSONFragment(array $fragment)
303303
-----------------------------------
304304

305-
Asserts that $fragment is found within the JSON response. It does not need to match the entire JSON value.
305+
Asserts that ``$fragment`` is found within the JSON response. It does not need to match the entire JSON value.
306306

307307
.. literalinclude:: response/032.php
308308
:lines: 2-

0 commit comments

Comments
 (0)