Browse Source

Minor cleanup

wrapper-classes
Dustin Wilson 3 years ago
parent
commit
9706645f39
  1. 2
      tests/cases/TestParentNode.php

2
tests/cases/TestParentNode.php

@ -86,7 +86,7 @@ class TestParentNode extends \PHPUnit\Framework\TestCase {
$df = $d->createDocumentFragment();
$df->appendChild($d->createElement('html'));
$d->insertBefore($df, $dt);
}, DOMException::HIERARCHY_REQUEST_ERROR ],
} ],
[ function() {
$d = new Document();
$c = $d->appendChild($d->createComment('OOK'));

Loading…
Cancel
Save