/**
  * Test getType method.
  */
 public function testGetType()
 {
     $this->assertEquals('percentile_ranks', $this->agg->getType());
 }