mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17490] Add missing property declaration in test
PHPBB-17490
This commit is contained in:
parent
5bc4c5765e
commit
aa2da5b916
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class phpbb_messenger_method_email_test extends \phpbb_test_case
|
|||
protected config $config;
|
||||
protected $dispatcher;
|
||||
protected $extension_manager;
|
||||
protected email $method_email;
|
||||
protected $language;
|
||||
protected $log;
|
||||
protected $path_helper;
|
||||
|
|
Loading…
Add table
Reference in a new issue