Home
last modified time | relevance | path

Searched refs:xinclude (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php33 * @param bool $xinclude
38 …public static function load($actual, $isHtml = false, $filename = '', $xinclude = false, $strict =… argument
53 if ($xinclude) {
76 if (!$isHtml && $xinclude) {
77 $document->xinclude();
87 if ($xinclude) {
116 * @param bool $xinclude
121 public static function loadFile($filename, $isHtml = false, $xinclude = false, $strict = false) argument
136 return self::load($contents, $isHtml, $filename, $xinclude, $strict);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml48 - xmllint --noout --schema phpunit.xsd tests/_files/configuration_xinclude.xml -xinclude