public function testSetAndGetValue() { $e = new Element('text', 'email'); $e->setValue('*****@*****.**'); $this->assertEquals('*****@*****.**', $e->getValue()); }