diff options
Diffstat (limited to 'tests/text_reparser/plugins/poll_option_test.php')
| -rw-r--r-- | tests/text_reparser/plugins/poll_option_test.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/text_reparser/plugins/poll_option_test.php b/tests/text_reparser/plugins/poll_option_test.php index 177faac51d..32fb8a0411 100644 --- a/tests/text_reparser/plugins/poll_option_test.php +++ b/tests/text_reparser/plugins/poll_option_test.php @@ -39,7 +39,7 @@ class phpbb_textreparser_poll_option_test extends phpbb_database_test_case  		return $rows;  	} -	public function setUp() +	public function setUp(): void  	{  		global $config;  		if (!isset($config)) | 
