nextcloud-server/tests/lib/Files/Storage/Wrapper
Vincent Petry c92a0e4152
Normalize directory entries in Encoding wrapper
Directory entry file names are now normalized in getMetaData(),
getDirectoryContents() and opendir().

This makes the scanner work properly as it assumes pre-normalized names.

In case the names were not normalized, the scanner will now skip the
entries and display a warning when applicable.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-11-17 09:43:25 +07:00
..
AvailabilityTest.php
EncodingTest.php Normalize directory entries in Encoding wrapper 2021-11-17 09:43:25 +07:00
EncryptionTest.php Update Tests 2021-10-22 12:16:11 +07:00
JailTest.php
PermissionsMaskTest.php
QuotaTest.php Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 2021-02-18 13:31:24 +07:00
WrapperTest.php