mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 13:48:55 +00:00
[ticket/12486] Rename data provider to fix "Risky" from phpunit
PHPBB3-12486
This commit is contained in:
parent
baef26f7ed
commit
e9dabb0903
1 changed files with 2 additions and 2 deletions
|
@ -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', '<'))
|
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)
|
public function test_combined_hash_password($first_type, $second_type, $expected = true)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue