[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
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

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;