mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10820] Rename function
PHPBB3-10820
This commit is contained in:
parent
a8a1c75a70
commit
a8bb033095
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/functions_download.php';
|
||||||
|
|
||||||
class phpbb_download_http_user_agent_test extends phpbb_test_case
|
class phpbb_download_http_user_agent_test extends phpbb_test_case
|
||||||
{
|
{
|
||||||
public function user_agents()
|
public function user_agents_check_greater_ie7()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
// user agent
|
// user agent
|
||||||
|
@ -88,7 +88,7 @@ class phpbb_download_http_user_agent_test extends phpbb_test_case
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @dataProvider user_agents
|
* @dataProvider user_agents_check_greater_ie7
|
||||||
*/
|
*/
|
||||||
public function test_is_greater_ie7($user_agent, $expected)
|
public function test_is_greater_ie7($user_agent, $expected)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue