diff options
Diffstat (limited to 'tests/cache/apc_driver_test.php')
| -rw-r--r-- | tests/cache/apc_driver_test.php | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/tests/cache/apc_driver_test.php b/tests/cache/apc_driver_test.php index 706f274448..276cbeb3e1 100644 --- a/tests/cache/apc_driver_test.php +++ b/tests/cache/apc_driver_test.php @@ -20,7 +20,6 @@ require_once dirname(__FILE__) . '/common_test_case.php';  class phpbb_cache_apc_driver_test extends phpbb_cache_common_test_case  {  	protected static $config; -	protected $driver;  	public function getDataSet()  	{ @@ -47,7 +46,7 @@ class phpbb_cache_apc_driver_test extends phpbb_cache_common_test_case  		}  	} -	protected function setUp() +	protected function setUp(): void  	{  		parent::setUp(); | 
