diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-07 23:22:53 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-29 20:54:41 +0200 |
commit | b7e1959d56a3334f730e5d0fd4194f5e4d0597a3 (patch) | |
tree | d1db62ad9dcfa88c8f2e99748fdfe330346af04f /tests/functions | |
parent | 779d8a68ffa1b48e61ebf514648aaadaf232b6ca (diff) | |
download | forums-b7e1959d56a3334f730e5d0fd4194f5e4d0597a3.tar forums-b7e1959d56a3334f730e5d0fd4194f5e4d0597a3.tar.gz forums-b7e1959d56a3334f730e5d0fd4194f5e4d0597a3.tar.bz2 forums-b7e1959d56a3334f730e5d0fd4194f5e4d0597a3.tar.xz forums-b7e1959d56a3334f730e5d0fd4194f5e4d0597a3.zip |
[ticket/12099] Remove config again
PHPBB3-12099
Diffstat (limited to 'tests/functions')
-rw-r--r-- | tests/functions/build_url_test.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/functions/build_url_test.php b/tests/functions/build_url_test.php index 7a70bddc71..06415a424e 100644 --- a/tests/functions/build_url_test.php +++ b/tests/functions/build_url_test.php @@ -30,10 +30,11 @@ class phpbb_build_url_test extends phpbb_test_case new phpbb_mock_request() ), new \phpbb\filesystem(), + $this->getMock('\phpbb\request\request'), $phpbb_root_path, 'php' ); - $phpbb_container->set('path_helper', $path_helper); + $phpbb_container->set('path_helper', $phpbb_path_helper); } public function build_url_test_data() { |