/**
  * @covers SphinxSearch\Db\Adapter\Platform\SphinxQL::getName
  */
 public function testGetName()
 {
     $this->assertEquals('SphinxQL', $this->platform->getName());
 }