1
0
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:
Joas Schilling
2014-03-28 23:12:54 +01:00
parent 67737345f6
commit ba139297b5
2 changed files with 21 additions and 4 deletions

View File

@@ -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;
}