1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[feature/request-class] Remove $html_encode arg, force manual decoding

PHPBB3-9716
This commit is contained in:
Igor Wiedler
2011-08-18 23:19:48 +02:00
parent b4ae124084
commit fd08cd8dd0
6 changed files with 21 additions and 45 deletions

View File

@@ -60,8 +60,7 @@ class phpbb_request_test extends phpbb_test_case
->with(
$this->anything(),
'',
true,
false
true
);
$this->request->server('HTTP_SOMEVAR');
@@ -80,7 +79,6 @@ class phpbb_request_test extends phpbb_test_case
->with(
$this->anything(),
'',
true,
true
);