[Pkg-owncloud-commits] [owncloud] 284/457: use not deprecated method in tests

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:06:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 2edcce7e2a8c8cbbe9a693cfa7ac2dfaf8ee4177
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Wed Jun 3 14:33:56 2015 +0200

    use not deprecated method in tests
---
 tests/lib/encryption/keys/storage.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lib/encryption/keys/storage.php b/tests/lib/encryption/keys/storage.php
index 4fec240..8af3821 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])
 		);
 	}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list