mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/14948] Adjust calls for twig and phpunit updates
PHPBB3-14948
This commit is contained in:
5
tests/cache/apcu_driver_test.php
vendored
5
tests/cache/apcu_driver_test.php
vendored
@@ -20,7 +20,6 @@ require_once dirname(__FILE__) . '/common_test_case.php';
|
||||
class phpbb_cache_apcu_driver_test extends phpbb_cache_common_test_case
|
||||
{
|
||||
protected static $config;
|
||||
protected $driver;
|
||||
|
||||
public function getDataSet()
|
||||
{
|
||||
@@ -45,9 +44,11 @@ class phpbb_cache_apcu_driver_test extends phpbb_cache_common_test_case
|
||||
{
|
||||
self::markTestSkipped('APCu is not enabled for CLI. Set apc.enable_cli=1 in php.ini');
|
||||
}
|
||||
|
||||
parent::setUpBeforeClass();
|
||||
}
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
global $phpbb_container, $phpbb_root_path;
|
||||
|
||||
|
Reference in New Issue
Block a user