public function testGetPdoConnection()
 {
     $this->assertInstanceOf('\\PDO', $this->queryBuilder->getConnection());
 }