예제 #1
0
 public function testModifyFields()
 {
     $this->eventResult->modifyFields(array('modify'));
     $this->assertCount(1, $this->eventResult->getModified());
 }