[3.1.0] Feature parity with configdoc rewrite
[htmlpurifier/bfroehle.git] / tests / ConfigDoc / DOM / DocumentTest.php
blob235f63c06e70e42a268d2b41526b74c9e5dc8104
1 <?php
3 class ConfigDoc_DOM_DocumentTest extends UnitTestCase
6 function testOverload() {
7 $dom = new ConfigDoc_DOM_Document();
8 $this->assertIsA($dom->createElement('a'), 'ConfigDoc_DOM_Element');