Home
last modified time | relevance | path

Searched refs:assertJsonStringEqualsJsonFile (Results 1 – 4 of 4) sorted by last modified time

/plugin/ifauthex/_test/
H A Dinstruction.test.php22 $this->assertJsonStringEqualsJsonFile(__DIR__.'/test_page.json', json_encode($calls));
34 $this->assertJsonStringEqualsJsonFile(__DIR__.'/test_nested.json', json_encode($calls));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2121 public static function assertJsonStringEqualsJsonFile($expectedFile, $actualJson, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3504 $this->assertJsonStringEqualsJsonFile($file, $actual, $message);
3513 $this->assertJsonStringEqualsJsonFile($file, $actual, $message);
3530 $this->assertJsonStringEqualsJsonFile($file, null);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php826 function assertJsonStringEqualsJsonFile($expectedFile, $actualJson, $message = '') function