Searched refs:assertJsonStringEqualsJsonFile (Results 1 – 4 of 4) sorted by relevance
/plugin/ifauthex/_test/ |
H A D | instruction.test.php | 22 $this->assertJsonStringEqualsJsonFile(__DIR__.'/test_page.json', json_encode($calls)); 34 $this->assertJsonStringEqualsJsonFile(__DIR__.'/test_nested.json', json_encode($calls));
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | AssertTest.php | 3504 $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 D | Functions.php | 826 function assertJsonStringEqualsJsonFile($expectedFile, $actualJson, $message = '') function
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 2121 public static function assertJsonStringEqualsJsonFile($expectedFile, $actualJson, $message = '') function in PHPUnit_Framework_Assert
|