mirror of
https://github.com/nextcloud/server.git
synced 2026-03-12 05:33:11 -04:00
use not deprecated method in tests
This commit is contained in:
parent
739c3f01aa
commit
2edcce7e2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue