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 0b0b689 commit dc07667Copy full SHA for dc07667
src/Constraint/JsonValueMatchesMany.php
@@ -1,11 +1,9 @@
1
<?php
2
namespace Helmich\JsonAssert\Constraint;
3
4
-
5
use PHPUnit\Framework\Constraint\Constraint;
6
use PHPUnit\Framework\Constraint\IsEqual;
7
8
9
/**
10
* Constraint that asserts that a JSON document matches an entire set of JSON
11
* value constraints.
0 commit comments