aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/controller_test.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-05-02 13:21:21 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-05-02 13:21:21 +0200
commit2f480be02d25421fa4c372c103604f24d4adf0ab (patch)
tree2f4a353b340a7dd60ed63bdf6177aeeb426fc0c9 /tests/controller/controller_test.php
parente51571eaa3b52a5a344cc847b51049c67642f6ff (diff)
parent57072a1e28061ff51148c7d6a0c47664f0060639 (diff)
downloadforums-2f480be02d25421fa4c372c103604f24d4adf0ab.tar
forums-2f480be02d25421fa4c372c103604f24d4adf0ab.tar.gz
forums-2f480be02d25421fa4c372c103604f24d4adf0ab.tar.bz2
forums-2f480be02d25421fa4c372c103604f24d4adf0ab.tar.xz
forums-2f480be02d25421fa4c372c103604f24d4adf0ab.zip
Merge pull request #3565 from MateBartus/ticket/13793
[ticket/13793] Remove translation on throwing exceptions
Diffstat (limited to 'tests/controller/controller_test.php')
-rw-r--r--tests/controller/controller_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/controller_test.php b/tests/controller/controller_test.php
index a837e25f66..5c0290ee6f 100644
--- a/tests/controller/controller_test.php
+++ b/tests/controller/controller_test.php
@@ -82,7 +82,7 @@ class phpbb_controller_controller_test extends phpbb_test_case
include(__DIR__.'/phpbb/controller/foo.php');
}
- $resolver = new \phpbb\controller\resolver(new \phpbb\user('\phpbb\datetime'), $container, dirname(__FILE__) . '/');
+ $resolver = new \phpbb\controller\resolver($container, dirname(__FILE__) . '/');
$symfony_request = new Request();
$symfony_request->attributes->set('_controller', 'foo.controller:handle');