コード例 #1
0
 /**
  * Tests getType method.
  */
 public function testRangeAggregationGetType()
 {
     $agg = new RangeAggregation('foo');
     $result = $agg->getType();
     $this->assertEquals('range', $result);
 }