Ejemplo n.º 1
0
 public function testSetAndGetSimplePostfix()
 {
     $value = '</em>';
     $this->_fld->setSimplePostfix($value);
     $this->assertEquals($value, $this->_fld->getSimplePostfix());
 }