From a7e71513644a2e1a3ec632eb8d93f6affcee6cca Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Thu, 2 Apr 2015 15:30:02 +0200 Subject: [PATCH] remove unused code --- apps/encryption/tests/lib/crypto/encryptionTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/encryption/tests/lib/crypto/encryptionTest.php b/apps/encryption/tests/lib/crypto/encryptionTest.php index 7f3a16a36b0..52a322463a9 100644 --- a/apps/encryption/tests/lib/crypto/encryptionTest.php +++ b/apps/encryption/tests/lib/crypto/encryptionTest.php @@ -60,7 +60,6 @@ class EncryptionTest extends TestCase { * @dataProvider dataProviderForTestGetPathToRealFile */ public function testGetPathToRealFile($path, $expected) { - $result = \Test_Helper::invokePrivate($this->instance, 'getPathToRealFile', array($path)); $this->assertSame($expected, \Test_Helper::invokePrivate($this->instance, 'getPathToRealFile', array($path)) ); -- 2.39.5