diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/encryption/keys/storage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/encryption/keys/storage.php b/tests/lib/encryption/keys/storage.php index 4fec24094fd..8af3821dc93 100644 --- a/tests/lib/encryption/keys/storage.php +++ b/tests/lib/encryption/keys/storage.php @@ -393,7 +393,7 @@ class StorageTest extends TestCase { ->willReturn($systemWideMountPoint); $this->assertSame($expected, - \Test_Helper::invokePrivate($this->storage, 'getPathToKeys', [$path]) + self::invokePrivate($this->storage, 'getPathToKeys', [$path]) ); } |