From aea734aaf15d38f8b1f819fc2f693ec24236cad3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 6 May 2015 12:14:18 +0200 Subject: Fix missing types on doc block and deduplicate the method name --- tests/lib/files/storage/wrapper/encryption.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lib/files/storage/wrapper/encryption.php b/tests/lib/files/storage/wrapper/encryption.php index bc803f5f875..d4492e00928 100644 --- a/tests/lib/files/storage/wrapper/encryption.php +++ b/tests/lib/files/storage/wrapper/encryption.php @@ -199,7 +199,7 @@ class Encryption extends \Test\Files\Storage\Storage { * @param boolean $copyKeysReturn * @param boolean $shouldUpdate */ - public function testCopy($source, + public function testCopyEncryption($source, $target, $encryptionEnabled, $copyKeysReturn, -- cgit v1.2.3