From e8e950a4d2972a4950e00a67cc8c1f0447701986 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 2 Sep 2016 15:41:59 +0200 Subject: more efficient querying of numeric storage ids --- tests/lib/TestCase.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/lib') diff --git a/tests/lib/TestCase.php b/tests/lib/TestCase.php index b9b18c644fd..f5d65679c90 100644 --- a/tests/lib/TestCase.php +++ b/tests/lib/TestCase.php @@ -148,6 +148,8 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase { libxml_clear_errors(); $this->assertEquals([], $errors); + \OC\Files\Cache\Storage::getGlobalCache()->clearCache(); + // tearDown the traits $traits = $this->getTestTraits(); foreach ($traits as $trait) { -- cgit v1.2.3