1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/13616] Fix UI tests

PHPBB3-13616
This commit is contained in:
Tristan Darricau
2016-03-24 13:01:52 +01:00
parent bffd963c50
commit 6d2acb5ba3
5 changed files with 17 additions and 4 deletions

View File

@@ -183,6 +183,9 @@ class container_factory
// Get compatibilty globals and constants
$this->update_helper->include_file('includes/compatibility_globals.' . $this->php_ext);
register_compatibility_globals();
$this->update_helper->include_file('includes/constants.' . $this->php_ext);
}
}