From 17c8ab3f748e80b0989770345444553e8d154fd4 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 26 Jul 2021 21:59:17 +0200 Subject: [PATCH] [ticket/16243] Make twig_test compatible with latest phpunit PHPBB3-16243 --- tests/template/twig_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/template/twig_test.php b/tests/template/twig_test.php index d97812187f..b6939d6de8 100644 --- a/tests/template/twig_test.php +++ b/tests/template/twig_test.php @@ -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;