diff options
Diffstat (limited to 'core/modules/serialization')
-rw-r--r-- | core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |