[ticket/16508] Fix WhoIs lookup

PHPBB3-16508
This commit is contained in:
3D-I 2020-06-02 15:10:00 +02:00 committed by Marc Alexander
parent 4d5e8df8e6
commit 642b774530
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -13,7 +13,7 @@ class phpbb_functions_user_whois_test extends phpbb_test_case
{ {
protected function setUp() protected function setUp()
{ {
global $config, $phpbb_dispatcher, $user, $request, $symfony_request; global $config, $phpbb_dispatcher, $user, $request, $symfony_request, $phpbb_root_path, $phpEx;
$lang_loader = new \phpbb\language\language_file_loader($phpbb_root_path, $phpEx); $lang_loader = new \phpbb\language\language_file_loader($phpbb_root_path, $phpEx);
$lang = new \phpbb\language\language($lang_loader); $lang = new \phpbb\language\language($lang_loader);