Home
last modified time | relevance | path

Searched refs:jsonOther (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DIsJsonTest.php16 public function testEvaluate($expected, $jsonOther) argument
19 $this->assertEquals($expected, $constraint->evaluate($jsonOther, '', true));
H A DJsonMatchesTest.php16 public function testEvaluate($expected, $jsonOther, $jsonValue) argument
19 $this->assertEquals($expected, $constraint->evaluate($jsonOther, '', true));