aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/download/http_user_agent_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/download/http_user_agent_test.php b/tests/download/http_user_agent_test.php
index e08fb7a3f1..d85e7b0d08 100644
--- a/tests/download/http_user_agent_test.php
+++ b/tests/download/http_user_agent_test.php
@@ -92,6 +92,6 @@ class phpbb_download_http_user_agent_test extends phpbb_test_case
*/
public function test_is_greater_ie7($user_agent, $expected)
{
- $this->assertEquals($expected, phpbb_is_greater_ie7($user_agent));
+ $this->assertEquals($expected, phpbb_is_greater_ie_version($user_agent, 7));
}
}