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

[ticket/11215] Fix helper_url_test.php tests

PHPBB3-11215
This commit is contained in:
David King
2013-09-02 12:53:37 -07:00
parent 5ed5f43afe
commit a1b4c6f82a
2 changed files with 18 additions and 16 deletions

View File

@@ -61,7 +61,7 @@ class phpbb_controller_helper
* @param string $phpbb_root_path phpBB root path
* @param string $php_ext PHP extension
*/
public function __construct(phpbb_template $template, phpbb_user $user, phpbb_request $request, $phpbb_root_path, $php_ext)
public function __construct(phpbb_template $template, phpbb_user $user, phpbb_request_interface $request, $phpbb_root_path, $php_ext)
{
$this->template = $template;
$this->user = $user;