Skip to content

Commit 8232e89

Browse files
committed
ACP2E-2959: [Cloud] import cannot be used with directory var
- Added the test coverage.
1 parent 719a0f6 commit 8232e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Filesystem/Test/Unit/Directory/PathValidatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function validateDataProvider()
7777
return [
7878
['/directory/path/', '/directory/path/', '/', false, '/://'],
7979
['/directory/path/', '/var/.regenerate', null, false, ''],
80+
['/directory/path/', '/var/image - 1.jpg', null, false, ''],
8081
];
8182
}
8283
}

0 commit comments

Comments
 (0)