/**
  * @depends testSqlHelper
  */
 public function testGetName()
 {
     $this->assertSame('sql', SqlHelper::getName());
 }