We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01788f5 commit 6e9ad7bCopy full SHA for 6e9ad7b
tests/fDOMDocumentFragment.test.php
@@ -75,7 +75,7 @@ public function testAppendedXMLGetsAddedAndIsParsedAsXML() {
75
* @expectedException TheSeer\fDOM\fDOMException
76
*/
77
public function testTryingToAppendInvalidXMLToFragmentThrowsException() {
78
- $node = $this->frag->appendXML(NULL);
+ $node = $this->frag->appendXML('<foo');
79
}
80
81
public function testCheckingInSameDocumentReturnsTrueOnNodeFromFragment() {
0 commit comments