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 79b7a3bfb6e1d9a91988f1f6312669511144646c..24bf10eb7891b8de0ea33cc9816f0f6de37f0833 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';