diff options
-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)) ); |