Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1977 …public static function assertEqualXMLStructure(DOMElement $expectedElement, DOMElement $actualElem… function in PHPUnit_Framework_Assert
2040 static::assertEqualXMLStructure(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1149 $this->assertEqualXMLStructure(
1165 $this->assertEqualXMLStructure(
1181 $this->assertEqualXMLStructure(
1194 $this->assertEqualXMLStructure(
1207 $this->assertEqualXMLStructure(
1220 $this->assertEqualXMLStructure(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1472/
H A DIssue1472Test.php16 $this->assertEqualXMLStructure($expectedElmt, $labelElement);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php592 function assertEqualXMLStructure(DOMElement $expectedElement, DOMElement $actualElement, $checkAttr… function