public function testSetRequired()
 {
     $this->filter->setIsRequired(true);
     $this->assertEquals(true, $this->filter->getIsRequired());
 }