[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
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

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;