Example #1
0
 public function testClearExcludes()
 {
     $this->field->addExcludes(array('e1', 'e2'));
     $this->field->clearExcludes();
     $this->assertEquals(array(), $this->field->getExcludes());
 }