diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-04-02 15:30:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 13:30:31 +0200 |
commit | a7e71513644a2e1a3ec632eb8d93f6affcee6cca (patch) | |
tree | 0e42e915030e23b8a6077aa9e0c54d69b422ae45 /apps/encryption/tests/lib | |
parent | e8fa3a2370585e3e04d5215d86e26b7c116c01ae (diff) | |
download | nextcloud-server-a7e71513644a2e1a3ec632eb8d93f6affcee6cca.tar.gz nextcloud-server-a7e71513644a2e1a3ec632eb8d93f6affcee6cca.zip |
remove unused code
Diffstat (limited to 'apps/encryption/tests/lib')
-rw-r--r-- | apps/encryption/tests/lib/crypto/encryptionTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
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)) ); |