@@ -128,19 +128,6 @@ protected function setUp(): void
128128 $ phpEx
129129 );
130130
131- $ request = new \phpbb_mock_request ;
132- $ symfony_request = new \phpbb \symfony_request (
133- $ request
134- );
135- $ filesystem = new \phpbb \filesystem \filesystem ();
136- $ phpbb_path_helper = new \phpbb \path_helper (
137- $ symfony_request ,
138- $ filesystem ,
139- $ request ,
140- $ phpbb_root_path ,
141- $ phpEx
142- );
143-
144131 $ log_table = 'phpbb_log ' ;
145132 $ this ->log = new \phpbb \log \log ($ this ->db , $ user , $ auth , $ this ->phpbb_dispatcher , $ phpbb_root_path , 'adm/ ' , $ phpEx , $ log_table );
146133
@@ -158,7 +145,6 @@ protected function setUp(): void
158145 $ phpbb_container ->set ('log ' , $ this ->log );
159146 $ phpbb_container ->set ('text_formatter.utils ' , new \phpbb \textformatter \s9e \utils ());
160147 $ phpbb_container ->set ('dispatcher ' , $ this ->phpbb_dispatcher );
161- $ phpbb_container ->set ('path_helper ' , $ phpbb_path_helper );
162148 $ phpbb_container ->setParameter ('core.root_path ' , $ phpbb_root_path );
163149 $ phpbb_container ->setParameter ('core.php_ext ' , $ phpEx );
164150 $ phpbb_container ->setParameter ('tables.notifications ' , 'phpbb_notifications ' );
@@ -174,7 +160,6 @@ protected function setUp(): void
174160 $ phpbb_container ->get ('log ' ),
175161 $ phpbb_container ->get ('user_loader ' ),
176162 $ phpbb_container ->get ('user ' ),
177- $ phpbb_container ->get ('path_helper ' ),
178163 $ phpbb_root_path ,
179164 $ phpEx ,
180165 $ phpbb_container ->getParameter ('tables.phpbb.wpn.notification_push ' ),
0 commit comments