/**
  * Cleanup aggregation
  */
 static function tearDownAfterClass()
 {
     if (self::$conn && self::$uuid && Util\Configuration::read('aggregation')) {
         $agg = new Util\Aggregation(self::$conn);
         $agg->clear(self::$uuid);
     }
     parent::tearDownAfterClass();
 }