diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-05 18:18:48 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-05 18:19:12 +0200 |
commit | e9dabb0903cfd58678fcbdd42e68faec0c86ccd2 (patch) | |
tree | 68cebac827d11bb33a1837139eeab29f073feb2e /tests/passwords/manager_test.php | |
parent | baef26f7ed44ada30c3ed345035d2b4d7cea3a2f (diff) | |
download | forums-e9dabb0903cfd58678fcbdd42e68faec0c86ccd2.tar forums-e9dabb0903cfd58678fcbdd42e68faec0c86ccd2.tar.gz forums-e9dabb0903cfd58678fcbdd42e68faec0c86ccd2.tar.bz2 forums-e9dabb0903cfd58678fcbdd42e68faec0c86ccd2.tar.xz forums-e9dabb0903cfd58678fcbdd42e68faec0c86ccd2.zip |
[ticket/12486] Rename data provider to fix "Risky" from phpunit
PHPBB3-12486
Diffstat (limited to 'tests/passwords/manager_test.php')
-rw-r--r-- | tests/passwords/manager_test.php | 4 |
1 files 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) { |