diff options
Diffstat (limited to 'tests/console/user/base.php')
-rw-r--r-- | tests/console/user/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/console/user/base.php b/tests/console/user/base.php index f8616b400f..94a51eb896 100644 --- a/tests/console/user/base.php +++ b/tests/console/user/base.php @@ -20,6 +20,7 @@ abstract class phpbb_console_user_base extends phpbb_database_test_case protected $log; protected $passwords_manager; protected $command_name; + /** @var Symfony\Component\Console\Helper\QuestionHelper */ protected $question; protected $user_loader; protected $phpbb_root_path; |