test(Storage): expand file / directory name tests

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2026-02-27 12:44:36 -05:00 committed by backportbot[bot]
parent 298b81f087
commit 5f23d5b831

View file

@ -116,6 +116,10 @@ abstract class Storage extends \Test\TestCase {
['file with space.txt'],
['spéciäl fäile'],
['test single\'quote.txt'],
['0'],
['#'],
['%'],
['%20'],
];
}
@ -127,6 +131,10 @@ abstract class Storage extends \Test\TestCase {
['folder with space'],
['spéciäl földer'],
['test single\'quote'],
['0'],
['#'],
['%'],
['%20'],
];
}