diff --git a/composer.json b/composer.json index 80aceac3..1930bdab 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "EzSystems\\Tests\\EzPlatformRichText\\": "tests/lib", "EzSystems\\Tests\\EzPlatformRichTextBundle\\": "tests/bundle", "EzSystems\\IntegrationTests\\EzPlatformRichText\\": "tests/integration", - "Ibexa\\Tests\\FieldTypeRichText\\": "tests/lib/Richtext" + "Ibexa\\Tests\\FieldTypeRichText\\": "tests/lib/RichText" } }, "scripts": { diff --git a/tests/lib/Richtext/Converter/LiteralLayoutNestedListTest.php b/tests/lib/RichText/Converter/LiteralLayoutNestedListTest.php similarity index 100% rename from tests/lib/Richtext/Converter/LiteralLayoutNestedListTest.php rename to tests/lib/RichText/Converter/LiteralLayoutNestedListTest.php