remove unused code

This commit is contained in:
Bjoern Schiessle 2015-04-02 15:30:02 +02:00 committed by Thomas Müller
parent e8fa3a2370
commit a7e7151364
1 changed files with 0 additions and 1 deletions

View 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))
);