mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11459] Correctly set up the database from schema in unit tests
PHPBB3-11459
This commit is contained in:
@@ -138,7 +138,7 @@ abstract class phpbb_database_test_case extends PHPUnit_Extensions_Database_Test
|
||||
|
||||
if (!self::$already_connected)
|
||||
{
|
||||
$manager->load_schema();
|
||||
$manager->load_schema($this->new_dbal());
|
||||
self::$already_connected = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user