Skip to content

Commit 5fb0905

Browse files
committed
Fix ext_db_test_case to work with new changes to phpb_test_Case
1 parent 7c4a647 commit 5fb0905

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)