aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dbal
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-30 23:01:19 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-30 23:01:19 +0200
commit9f87c497fe25611ddd2f6963ce38b7edad876de3 (patch)
treefa1a2019cdd0550e413135f594d340eb12cc8dd5 /tests/dbal
parent669a6c3e3d29688b69bb0fb39dd7d4099c78ffbd (diff)
parent7f00c38c50dbd6689f80afaf324c1ee81173d15a (diff)
downloadforums-9f87c497fe25611ddd2f6963ce38b7edad876de3.tar
forums-9f87c497fe25611ddd2f6963ce38b7edad876de3.tar.gz
forums-9f87c497fe25611ddd2f6963ce38b7edad876de3.tar.bz2
forums-9f87c497fe25611ddd2f6963ce38b7edad876de3.tar.xz
forums-9f87c497fe25611ddd2f6963ce38b7edad876de3.zip
Merge pull request #2447 from n-aleha/ticket/11467
[ticket/11467] Add language variables for extension exception messages * n-aleha/ticket/11467: [ticket/11467] Add user object to extension manager for tests [ticket/11467] Add language variables to tests [ticket/11467] Add language variables for extension exception messages
Diffstat (limited to 'tests/dbal')
-rw-r--r--tests/dbal/migrator_test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dbal/migrator_test.php b/tests/dbal/migrator_test.php
index 381fe16115..4a1d15aea4 100644
--- a/tests/dbal/migrator_test.php
+++ b/tests/dbal/migrator_test.php
@@ -60,12 +60,14 @@ class phpbb_dbal_migrator_test extends phpbb_database_test_case
$container = new phpbb_mock_container_builder();
$container->set('migrator', $migrator);
+ $user = new \phpbb\user();
$this->extension_manager = new \phpbb\extension\manager(
$container,
$this->db,
$this->config,
new phpbb\filesystem(),
+ $user,
'phpbb_ext',
dirname(__FILE__) . '/../../phpBB/',
'php',