Exemplo n.º 1
0
 /**
  * @return \PDO
  */
 public function getDbAdapter()
 {
     if (!$this->_db) {
         $this->setDB();
     }
     return $this->_db->getConnection();
 }
 public function testExecuteQuery()
 {
     // Not implemented yet
     $this->assertNull($this->db->executeQuery('select something from nothing'));
 }