Example #1
0
 public function testGetStats()
 {
     $stats = $this->query->getStats();
     $this->assertEquals('Solarium\\QueryType\\Select\\Query\\Component\\Stats\\Stats', get_class($stats));
 }