public function testIsChainable() { $node = new SimpleDOM('<node />'); $return = $node->setAttributes(array()); $this->assertEquals($node, $return); $this->assertTrue(dom_import_simplexml($node)->isSameNode(dom_import_simplexml($return))); }