Exemple #1
0
 public function testCreateFacetAddWithString()
 {
     $type = FacetSet::FACET_FIELD;
     $options = 'mykey';
     $facet = $this->facetSet->createFacet($type, $options);
     $this->assertEquals($facet, $this->facetSet->getFacet('mykey'));
 }