public function testCloneNode() { $element = new Element('input'); $cloned = $element->cloneNode(true); $this->assertFalse($element->is($cloned)); }