Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1961 … public static function assertXmlStringNotEqualsXmlString($expectedXml, $actualXml, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1130 $this->assertXmlStringNotEqualsXmlString('<foo/>', '<bar/>');
1133 $this->assertXmlStringNotEqualsXmlString('<root/>', '<root/>');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1504 function assertXmlStringNotEqualsXmlString($expectedXml, $actualXml, $message = '') function