diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-06-05 00:57:25 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2013-06-05 00:57:25 +0530 |
commit | a8bb0330959e67e2e7a81bffdedc46d626912f3e (patch) | |
tree | 1af609e4a9c9ba448c10238fa4532c69b92383bf /tests/download | |
parent | a8a1c75a70c0c167ea3f6831a9800a27525c7d89 (diff) | |
download | forums-a8bb0330959e67e2e7a81bffdedc46d626912f3e.tar forums-a8bb0330959e67e2e7a81bffdedc46d626912f3e.tar.gz forums-a8bb0330959e67e2e7a81bffdedc46d626912f3e.tar.bz2 forums-a8bb0330959e67e2e7a81bffdedc46d626912f3e.tar.xz forums-a8bb0330959e67e2e7a81bffdedc46d626912f3e.zip |
[ticket/10820] Rename function
PHPBB3-10820
Diffstat (limited to 'tests/download')
-rw-r--r-- | tests/download/http_user_agent_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/download/http_user_agent_test.php b/tests/download/http_user_agent_test.php index 4e759e990d..179477f36a 100644 --- a/tests/download/http_user_agent_test.php +++ b/tests/download/http_user_agent_test.php @@ -11,7 +11,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/functions_download.php'; class phpbb_download_http_user_agent_test extends phpbb_test_case { - public function user_agents() + public function user_agents_check_greater_ie7() { return array( // 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) { |