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