Skip to content
Snippets Groups Projects
Commit a7e71513 authored by Björn Schießle's avatar Björn Schießle Committed by Thomas Müller
Browse files

remove unused code

parent e8fa3a23
No related branches found
No related tags found
No related merge requests found
......@@ -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))
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment