/**
  * @expectedException \BadMethodCallException
  */
 public function testEndGroupThrowsExceptionWhenNoGroupIsActive()
 {
     $builder = new PredicateBuilder();
     $builder->endGroup();
 }