Skip to content

Commit 52cfab3

Browse files
committed
Merge pull request #15 from VSEphpbb/master-updates
Fix ext_db_test_case to work with new changes to phpb_test_Case
2 parents 7c4a647 + 5fb0905 commit 52cfab3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/framework/extension_database_test_case.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getConnection()
2929
if (!self::$already_connected)
3030
{
3131
// Install phpBB's schema
32-
$manager->load_schema();
32+
$manager->load_schema($this->new_dbal());
3333

3434
// We must create a config file to be able to create the container
3535
$this->create_config_file($phpbb_root_path, $phpEx);

0 commit comments

Comments
 (0)