public function testGettingSQLBuilder()
 {
     $this->assertTrue($this->connection->getSQLBuilder() instanceof Factory);
 }