diff --git a/tests/lib/Files/Storage/Storage.php b/tests/lib/Files/Storage/Storage.php index 9107d99cd67..1fa2575f1f1 100644 --- a/tests/lib/Files/Storage/Storage.php +++ b/tests/lib/Files/Storage/Storage.php @@ -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'], ]; }