You are here

10 calls to PHPUnit_Util_XML::load() in Zircon Profile 8.0

Framework_AssertTest::equalValues in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
Framework_AssertTest::notEqualValues in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
PHPUnit_Framework_Assert::assertNotTag in vendor/phpunit/phpunit/src/Framework/Assert.php
This assertion is the exact opposite of assertTag().
PHPUnit_Framework_Assert::assertTag in vendor/phpunit/phpunit/src/Framework/Assert.php
Evaluate an HTML or XML string and assert its structure and/or contents.
PHPUnit_Framework_Assert::assertXmlStringEqualsXmlFile in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that two XML documents are equal.
PHPUnit_Framework_Assert::assertXmlStringEqualsXmlString in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that two XML documents are equal.
PHPUnit_Framework_Assert::assertXmlStringNotEqualsXmlFile in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that two XML documents are not equal.
PHPUnit_Framework_Assert::assertXmlStringNotEqualsXmlString in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that two XML documents are not equal.
PHPUnit_Util_XML::cssSelect in vendor/phpunit/phpunit/src/Util/XML.php
Parse an $actual document and return an array of DOMNodes matching the CSS $selector. If an error occurs, it will return false.
PHPUnit_Util_XML::loadFile in vendor/phpunit/phpunit/src/Util/XML.php
Loads an XML (or HTML) file into a DOMDocument object.