mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/17176] Fix some PHP 8.x deprecations and clean up test code
PHPBB3-17176
This commit is contained in:
@@ -13,6 +13,15 @@
|
||||
|
||||
class phpbb_passwords_manager_test extends \phpbb_test_case
|
||||
{
|
||||
/** @var \phpbb\passwords\driver\helper */
|
||||
protected $driver_helper;
|
||||
|
||||
/** @var \phpbb\passwords\helper */
|
||||
protected $helper;
|
||||
|
||||
/** @var \phpbb\passwords\manager */
|
||||
protected $manager;
|
||||
|
||||
protected $passwords_drivers;
|
||||
|
||||
protected $pw_characters = '0123456789abcdefghijklmnopqrstuvwyzABCDEFGHIJKLMNOPQRSTUVXYZ.,_!?/\\';
|
||||
|
Reference in New Issue
Block a user