1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[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;
// so we don't reopen an open connection
if (!($this->db instanceof dbal))
if (!($this->db instanceof phpbb_db_driver))
{
$dbms = self::$config['dbms'];
$this->db = new $dbms();