mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16276] Further fix PHP nightly tests
PHPBB3-16276
This commit is contained in:
@@ -44,8 +44,8 @@ class phpbb_passwords_helper_test extends \phpbb_test_case
|
||||
public function data_helper_encode64()
|
||||
{
|
||||
return array(
|
||||
array('foobar', 6, 'axqPW3aQ'),
|
||||
array('foobar', 7, 'axqPW3aQ..'),
|
||||
array('foobars', 6, 'axqPW3aQ'),
|
||||
array('foobarss', 7, 'axqPW3aQn/'),
|
||||
array('foobar', 5, 'axqPW34'),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user