diff options
Diffstat (limited to 'tests/template/context_test.php')
| -rw-r--r-- | tests/template/context_test.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/template/context_test.php b/tests/template/context_test.php index 52ce6c8fde..a1be672f51 100644 --- a/tests/template/context_test.php +++ b/tests/template/context_test.php @@ -14,7 +14,7 @@  class context_test extends phpbb_test_case  {  	protected $context; -	protected function setUp() +	protected function setUp(): void  	{  		$this->context = new \phpbb\template\context(); @@ -31,7 +31,7 @@ class context_test extends phpbb_test_case  					'SUBFOO'	=> 'subfoo' . $j,  					'SUBBAR'	=> 'subbar' . $j,  				)); -				 +  				for ($k = 0; $k < 10; $k++)  				{  					$this->context->assign_block_vars('block' . $i . '.subblock.subsubblock', array( | 
