diff --git a/tests/lib/files/storage/wrapper/Encoding.php b/tests/lib/Files/Storage/Wrapper/EncodingTest.php similarity index 99% rename from tests/lib/files/storage/wrapper/Encoding.php rename to 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';