aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cache/dummy_driver_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cache/dummy_driver_test.php')
-rw-r--r--tests/cache/dummy_driver_test.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/cache/dummy_driver_test.php b/tests/cache/dummy_driver_test.php
index 6cb6b73729..6802e120ab 100644
--- a/tests/cache/dummy_driver_test.php
+++ b/tests/cache/dummy_driver_test.php
@@ -13,14 +13,12 @@
class phpbb_cache_dummy_driver_test extends phpbb_database_test_case
{
- protected $driver;
-
public function getDataSet()
{
return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/config.xml');
}
- protected function setUp()
+ protected function setUp(): void
{
parent::setUp();