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