Skip to content

Commit 4eb5679

Browse files
kenjisMGatner
andauthored
Update user_guide_src/source/testing/feature.rst
Co-authored-by: MGatner <mgatner@icloud.com>
1 parent 9a417f4 commit 4eb5679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/testing/feature.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Asserts that $fragment is found within the JSON response. It does not need to ma
379379
]
380380

381381
// Is true
382-
$results->assertJSONFragment(['config' => ['key-a']]);
382+
$result->assertJSONFragment(['config' => ['key-a']]);
383383

384384
.. note:: This simply uses PHPUnit's own `assertArraySubset() <https://phpunit.readthedocs.io/en/7.2/assertions.html#assertarraysubset>`_
385385
method to do the comparison.

0 commit comments

Comments
 (0)