Home
last modified time | relevance | path

Searched refs:assertXmlFileEqualsXmlFile (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1429 function assertXmlFileEqualsXmlFile($expectedFile, $actualFile, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1010 $this->assertXmlFileEqualsXmlFile(
1016 $this->assertXmlFileEqualsXmlFile(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1886 public static function assertXmlFileEqualsXmlFile($expectedFile, $actualFile, $message = '') function in PHPUnit_Framework_Assert