Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php2081 * @param string $expectedJson
2085 … public static function assertJsonStringEqualsJsonString($expectedJson, $actualJson, $message = '') argument
2087 static::assertJson($expectedJson, $message);
2090 $expected = json_decode($expectedJson);
2099 * @param string $expectedJson
2103 …public static function assertJsonStringNotEqualsJsonString($expectedJson, $actualJson, $message = … argument
2105 static::assertJson($expectedJson, $message);
2108 $expected = json_decode($expectedJson);
2124 $expectedJson = file_get_contents($expectedFile);
2126 static::assertJson($expectedJson, $message);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
DFunctions.php837 * @param string $expectedJson
841 function assertJsonStringEqualsJsonString($expectedJson, $actualJson, $message = '') argument
867 * @param string $expectedJson
871 function assertJsonStringNotEqualsJsonString($expectedJson, $actualJson, $message = '') argument