Skip to content

Commit 73f6261

Browse files
committed
docs: remove out of dated note
assertJSONFragment() no longer uses assertArraySubset() See 88b7ba5
1 parent 4eb5679 commit 73f6261

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

user_guide_src/source/testing/feature.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,6 @@ Asserts that $fragment is found within the JSON response. It does not need to ma
381381
// Is true
382382
$result->assertJSONFragment(['config' => ['key-a']]);
383383

384-
.. note:: This simply uses PHPUnit's own `assertArraySubset() <https://phpunit.readthedocs.io/en/7.2/assertions.html#assertarraysubset>`_
385-
method to do the comparison.
386-
387384
**assertJSONExact($test)**
388385

389386
Similar to **assertJSONFragment()**, but checks the entire JSON response to ensure exact matches.

0 commit comments

Comments
 (0)