Exemple #1
0
 public function testCreateFacetWithInvalidType()
 {
     $this->setExpectedException('Solarium\\Exception\\OutOfBoundsException');
     $this->facetSet->createFacet('invalidtype');
 }