Esempio n. 1
0
 public static function setUpBeforeClass()
 {
     // Comment the next lines out to test the connect/close methods
     $db_params = get_db_params_from_config();
     self::$conn = new DBConnection($db_params);
     self::$conn->connect();
 }