[ticket/11015] Fix functional test case.

PHPBB3-11015
This commit is contained in:
Oleg Pudeyev 2012-12-04 04:32:37 -05:00
parent 3687febdac
commit 74093d0fd3

View file

@ -86,7 +86,7 @@ class phpbb_functional_test_case extends phpbb_test_case
{ {
global $phpbb_root_path, $phpEx; global $phpbb_root_path, $phpEx;
// so we don't reopen an open connection // so we don't reopen an open connection
if (!($this->db instanceof dbal)) if (!($this->db instanceof phpbb_db_driver))
{ {
$dbms = self::$config['dbms']; $dbms = self::$config['dbms'];
$this->db = new $dbms(); $this->db = new $dbms();