コード例 #1
0
ファイル: FacetTest.php プロジェクト: starsw001/solarium
 public function testConfigModeWithSingleValueExclude()
 {
     $this->facet->setOptions(array('exclude' => 'e1'));
     $this->assertEquals(array('e1'), $this->facet->getExcludes());
 }