From e9dabb0903cfd58678fcbdd42e68faec0c86ccd2 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 5 May 2014 18:18:48 +0200 Subject: [PATCH] [ticket/12486] Rename data provider to fix "Risky" from phpunit PHPBB3-12486 --- tests/passwords/manager_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/passwords/manager_test.php b/tests/passwords/manager_test.php index f38b31e843..561c4d1189 100644 --- a/tests/passwords/manager_test.php +++ b/tests/passwords/manager_test.php @@ -176,7 +176,7 @@ class phpbb_passwords_manager_test extends \phpbb_test_case } } - public function test_combined_hash_data() + public function combined_hash_data() { if (version_compare(PHP_VERSION, '5.3.7', '<')) { @@ -242,7 +242,7 @@ class phpbb_passwords_manager_test extends \phpbb_test_case } /** - * @dataProvider test_combined_hash_data + * @dataProvider combined_hash_data */ public function test_combined_hash_password($first_type, $second_type, $expected = true) {