public function testHasGroup()
 {
     $facetGroupSet = new FacetGroupSet(array(4 => array(3, 2)));
     $this->assertTrue($facetGroupSet->hasGroup(4));
     $this->assertFalse($facetGroupSet->hasGroup(3));
 }