Example #1
0
 public function testRemoveInvalidField()
 {
     $this->doc->removeField('invalidname');
     //should silently continue...
     $this->assertEquals($this->fields, $this->doc->getFields());
 }