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 4eb5679 commit 73f6261Copy full SHA for 73f6261
user_guide_src/source/testing/feature.rst
@@ -381,9 +381,6 @@ Asserts that $fragment is found within the JSON response. It does not need to ma
381
// Is true
382
$result->assertJSONFragment(['config' => ['key-a']]);
383
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
-
387
**assertJSONExact($test)**
388
389
Similar to **assertJSONFragment()**, but checks the entire JSON response to ensure exact matches.
0 commit comments