]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove unused code
authorBjoern Schiessle <schiessle@owncloud.com>
Thu, 2 Apr 2015 13:30:02 +0000 (15:30 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 7 Apr 2015 11:30:31 +0000 (13:30 +0200)
apps/encryption/tests/lib/crypto/encryptionTest.php

index 7f3a16a36b091af1c67f2cec9166e7874fb97102..52a322463a9ebbefed5c75efc2c483fd4bb1f554 100644 (file)
@@ -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))
                );