From 11cf53456c49a75d4a6c6ab7ac9f72f193456b53 Mon Sep 17 00:00:00 2001 From: quietone Date: Fri, 7 Jul 2023 21:05:33 +1200 Subject: Issue #3370619 by andypost: Capitalize test group for typedData --- core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/serialization') diff --git a/core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php b/core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php index 6be5f12aa8c..6782ca0dcf9 100644 --- a/core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php +++ b/core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php @@ -7,7 +7,7 @@ use Drupal\Core\TypedData\MapDataDefinition; use Drupal\KernelTests\KernelTestBase; /** - * @group typedData + * @group TypedData */ class MapDataNormalizerTest extends KernelTestBase { -- cgit v1.2.3