mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +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 config $config;
|
||||||
protected $dispatcher;
|
protected $dispatcher;
|
||||||
protected $extension_manager;
|
protected $extension_manager;
|
||||||
|
protected email $method_email;
|
||||||
protected $language;
|
protected $language;
|
||||||
protected $log;
|
protected $log;
|
||||||
protected $path_helper;
|
protected $path_helper;
|
||||||
|
|
Loading…
Add table
Reference in a new issue