Skip to content

Commit 6e9ad7b

Browse files
committed
Change test so it fails on php and on hhvm as expected
1 parent 01788f5 commit 6e9ad7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fDOMDocumentFragment.test.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function testAppendedXMLGetsAddedAndIsParsedAsXML() {
7575
* @expectedException TheSeer\fDOM\fDOMException
7676
*/
7777
public function testTryingToAppendInvalidXMLToFragmentThrowsException() {
78-
$node = $this->frag->appendXML(NULL);
78+
$node = $this->frag->appendXML('<foo');
7979
}
8080

8181
public function testCheckingInSameDocumentReturnsTrueOnNodeFromFragment() {

0 commit comments

Comments
 (0)