mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10820] Change function call in tests
PHPBB3-10820
This commit is contained in:
parent
e6d521df29
commit
7abc85ceda
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue