diff options
Diffstat (limited to 'apps/encryption/tests/lib/MigrationTest.php')
-rw-r--r-- | apps/encryption/tests/lib/MigrationTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/tests/lib/MigrationTest.php b/apps/encryption/tests/lib/MigrationTest.php index f56ff5cc2f7..c876cea05c9 100644 --- a/apps/encryption/tests/lib/MigrationTest.php +++ b/apps/encryption/tests/lib/MigrationTest.php @@ -292,7 +292,7 @@ class MigrationTest extends \Test\TestCase { public function testUpdateFileCache() { $this->prepareFileCache(); $m = new Migration(\OC::$server->getConfig(), new \OC\Files\View(), \OC::$server->getDatabaseConnection()); - \Test_Helper::invokePrivate($m, 'updateFileCache'); + self::invokePrivate($m, 'updateFileCache'); // check results |