From 314fd1f8a466156016c655f4ae4158272b9929c7 Mon Sep 17 00:00:00 2001 From: Vidar Date: Tue, 21 Nov 2023 09:04:44 +0100 Subject: [PATCH] IBX-6578: Fixed auto loading issue in LiteralLayoutNestedListTest (#241) Co-authored-by: Vidar Langseid --- composer.json | 2 +- .../Converter/LiteralLayoutNestedListTest.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/lib/{Richtext => RichText}/Converter/LiteralLayoutNestedListTest.php (100%) 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