aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/files/view.php
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-06-26 17:37:04 +0200
committerVincent Petry <pvince81@owncloud.com>2015-06-26 17:37:04 +0200
commit271ef9dedbebfb746a4e00e4d2782e0707cc4caa (patch)
treeb2a2235a2e0188e9b1a2432f0930e667bb693576 /tests/lib/files/view.php
parenteae08d0adc923b9c5fedd01332937ae6e63d6869 (diff)
downloadnextcloud-server-271ef9dedbebfb746a4e00e4d2782e0707cc4caa.tar.gz
nextcloud-server-271ef9dedbebfb746a4e00e4d2782e0707cc4caa.zip
Remove test-specific method to make Bjoern and Joas happy
Diffstat (limited to 'tests/lib/files/view.php')
-rw-r--r--tests/lib/files/view.php2
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', [[]]);
}
/**