public function __construct()
 {
     $this->conn = DriverTestManager::getConnection();
     $this->idgen = $this->conn->getIdGenerator();
 }
Ejemplo n.º 2
0
 /**
  * Construct the class.  This is called before every test (method) is invoked.
  */
 public function __construct()
 {
     $this->conn = DriverTestManager::getConnection();
 }
 /**
  * Construct the class.  This is called before every test (method) is invoked.
  */
 public function __construct()
 {
     $this->conn = DriverTestManager::getConnection();
     $this->dbi = $this->conn->getDatabaseInfo();
 }