Example #1
0
 public function testAddExclude()
 {
     $this->field->addExclude('e1');
     $this->assertEquals(array('e1'), $this->field->getExcludes());
 }