Exemplo n.º 1
0
 public function testGetStats()
 {
     $stats = $this->_query->getStats();
     $this->assertEquals('Solarium_Query_Select_Component_Stats', get_class($stats));
 }