1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-06 09:54:37 +02:00

[ticket/16243] Make twig_test compatible with latest phpunit

PHPBB3-16243
This commit is contained in:
Marc Alexander
2021-07-26 21:59:17 +02:00
parent 94d77fb9cc
commit 17c8ab3f74

View File

@ -35,7 +35,7 @@ class phpbb_template_twig_test extends phpbb_test_case
*/
private $lang;
protected function setUp()
protected function setUp(): void
{
global $phpbb_root_path, $phpEx;