diff options
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/files/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/files/view.php b/tests/lib/files/view.php index 6aa9069e0b5..52273c15f1a 100644 --- a/tests/lib/files/view.php +++ b/tests/lib/files/view.php @@ -1900,7 +1900,7 @@ class View extends \Test\TestCase { $this->assertNull($this->getFileLockType($view, $sourcePath, true), 'Source path not locked after operation'); $this->assertNull($this->getFileLockType($view, $targetPath, true), 'Target path not locked after operation'); - $mountProviderCollection->clear(); + \Test\TestCase::invokePrivate($mountProviderCollection, 'providers', [[]]); } /** |