diff options
| author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-05-03 09:02:50 -0500 |
|---|---|---|
| committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-05-03 09:10:54 -0500 |
| commit | 1b34ddb330d1a666185947ec2325732466f9ce4e (patch) | |
| tree | ef66761ec5e162092297d462cb504106db153436 /tests/test_framework | |
| parent | 87b01fc854b22e3839776505486d5a564e671f5f (diff) | |
| download | forums-1b34ddb330d1a666185947ec2325732466f9ce4e.tar forums-1b34ddb330d1a666185947ec2325732466f9ce4e.tar.gz forums-1b34ddb330d1a666185947ec2325732466f9ce4e.tar.bz2 forums-1b34ddb330d1a666185947ec2325732466f9ce4e.tar.xz forums-1b34ddb330d1a666185947ec2325732466f9ce4e.zip | |
[ticket/11415] Fix ext.manager constructor in tests
PHPBB3-11415
Diffstat (limited to 'tests/test_framework')
| -rw-r--r-- | tests/test_framework/phpbb_functional_test_case.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php index a11c0f72ca..0157706b12 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -155,7 +155,6 @@ class phpbb_functional_test_case extends phpbb_test_case $container, $db, $config, - $migrator, new phpbb_filesystem(), self::$config['table_prefix'] . 'ext', dirname(__FILE__) . '/', |
