We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c4a647 + 5fb0905 commit 52cfab3Copy full SHA for 52cfab3
1 file changed
tests/framework/extension_database_test_case.php
@@ -29,7 +29,7 @@ public function getConnection()
29
if (!self::$already_connected)
30
{
31
// Install phpBB's schema
32
- $manager->load_schema();
+ $manager->load_schema($this->new_dbal());
33
34
// We must create a config file to be able to create the container
35
$this->create_config_file($phpbb_root_path, $phpEx);
0 commit comments