Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php183 public static function xmlToVariable(DOMElement $element) function in PHPUnit_Util_XML
201 $value = self::xmlToVariable($item);
220 $constructorArgs[] = self::xmlToVariable($argument);
H A DConfiguration.php331 $arguments[] = PHPUnit_Util_XML::xmlToVariable($argument);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DXMLTest.php86 $actual = PHPUnit_Util_XML::xmlToVariable($dom->documentElement);