Skip to content

Commit 1350681

Browse files
committed
MAGETWO-95646: Custom file attribute works incorrect
1 parent 7f6355e commit 1350681

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Filesystem/Test/Unit/Driver

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Filesystem/Test/Unit/Driver/FileTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function dataProviderForTestGetAbsolutePath()
4040
['/root/path/', 'sub', '/root/path/sub'],
4141
['/root/path/', '/sub', '/root/path/sub'],
4242
['/root/path/', '../sub', '/root/path/../sub'],
43-
['/root/path/', '/root/path/sub', '/root/path/root/path/sub'],
43+
['/root/path/', '/root/path/sub', '/root/path/sub'],
4444
];
4545
}
4646

0 commit comments

Comments
 (0)