1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 23:07:39 +02:00

[ticket/17490] Add missing property declaration in test

PHPBB-17490
This commit is contained in:
Marc Alexander
2025-04-07 19:39:37 +02:00
parent 5bc4c5765e
commit aa2da5b916

View File

@@ -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;