use not deprecated method in tests

This commit is contained in:
Morris Jobke 2015-06-03 14:33:56 +02:00
parent 739c3f01aa
commit 2edcce7e2a
1 changed files with 1 additions and 1 deletions

View File

@ -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])
);
}