]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Cache/ArrayCacheTest.php
Merge remote-tracking branch 'upstream/develop' into item-view
[friendica.git] / tests / src / Core / Cache / ArrayCacheTest.php
index a0dd87b0322f91c7bba591b923ec7fa36221f5c6..0297a3b13c89a90310af73cef73c0dd0dfe43270 100644 (file)
@@ -31,7 +31,7 @@ class ArrayCacheTest extends MemoryCacheTest
                return $this->cache;
        }
 
-       public function tearDown()
+       protected function tearDown()
        {
                $this->cache->clear(false);
                parent::tearDown();