Skip to content

Commit aa2da5b

Browse files
committed
[ticket/17490] Add missing property declaration in test
PHPBB-17490
1 parent 5bc4c57 commit aa2da5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/messenger/method_email_test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class phpbb_messenger_method_email_test extends \phpbb_test_case
2828
protected config $config;
2929
protected $dispatcher;
3030
protected $extension_manager;
31+
protected email $method_email;
3132
protected $language;
3233
protected $log;
3334
protected $path_helper;

0 commit comments

Comments
 (0)