public function testSetAndGetName() { $e = new Element('text', 'email'); $e->setName('new_email'); $this->assertEquals('new_email', $e->getName()); }