diff options
-rw-r--r-- | tests/lib/Files/Storage/Wrapper/EncodingTest.php (renamed from tests/lib/files/storage/wrapper/Encoding.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/files/storage/wrapper/Encoding.php b/tests/lib/Files/Storage/Wrapper/EncodingTest.php index 79b7a3bfb6e..24bf10eb789 100644 --- a/tests/lib/files/storage/wrapper/Encoding.php +++ b/tests/lib/Files/Storage/Wrapper/EncodingTest.php @@ -8,7 +8,7 @@ namespace Test\Files\Storage\Wrapper; -class Encoding extends \Test\Files\Storage\Storage { +class EncodingTest extends \Test\Files\Storage\Storage { const NFD_NAME = 'ümlaut'; const NFC_NAME = 'ümlaut'; |