public function testGetFormElement() { $f = new Form('/submit', 'post'); $this->assertInstanceOf('Pop\\Dom\\Child', $f->getFormElement()); }