Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DDOMNodeComparatorTest.php57 $this->createDOMDocument('<root></root>'),
58 $this->createDOMDocument('<root/>')
62 $this->createDOMDocument('<root attr="bar"/>')
79 $this->createDOMDocument('<root></root>'),
80 $this->createDOMDocument('<bar/>')
83 $this->createDOMDocument('<foo attr1="bar"/>'),
87 $this->createDOMDocument('<foo> bar </foo>'),
88 $this->createDOMDocument('<foo />')
95 $this->createDOMDocument('<foo> bar </foo>'),
96 $this->createDOMDocument('<foo> bir </foo>')
[all …]