Home
last modified time | relevance | path

Searched refs:assertXmlStringEqualsXmlFile (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1916 public static function assertXmlStringEqualsXmlFile($expectedFile, $actualXml, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1048 $this->assertXmlStringEqualsXmlFile(
1054 $this->assertXmlStringEqualsXmlFile(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1459 function assertXmlStringEqualsXmlFile($expectedFile, $actualXml, $message = '') function