]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Cache/ArrayCacheTest.php
Merge branch '2021.03-rc' into copyright-2021
[friendica.git] / tests / src / Core / Cache / ArrayCacheTest.php
index a0dd87b0322f91c7bba591b923ec7fa36221f5c6..6ce6d4c1faeb535c0e85db260ed3f8e310a1e468 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -31,7 +31,7 @@ class ArrayCacheTest extends MemoryCacheTest
                return $this->cache;
        }
 
-       public function tearDown()
+       protected function tearDown()
        {
                $this->cache->clear(false);
                parent::tearDown();