remove unused code
This commit is contained in:
parent
e8fa3a2370
commit
a7e7151364
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue