use not deprecated method in tests

remotes/origin/poc-doctrine-migrations
Morris Jobke 11 years ago
parent 739c3f01aa
commit 2edcce7e2a
  1. 2
      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])
);
}

Loading…
Cancel
Save