Example #1
0
 public function testSetAndGetContainsIgnoreCase()
 {
     $this->facet->setContainsIgnoreCase(true);
     $this->assertEquals(true, $this->facet->getContainsIgnoreCase());
 }