diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetDynamicDependencies.php b/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetDynamicDependencies.php index 1aa216b..8fdccc7 100644 --- a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetDynamicDependencies.php +++ b/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetDynamicDependencies.php @@ -8,7 +8,7 @@ use Symfony\Component\Validator\ConstraintViolationInterface; /** - * Plugin implementation of the 'test_field_widget' widget. + * Plugin implementation of the 'test_field_widget_dynamic_dependencies' widget. * * @FieldWidget( * id = "test_field_widget_dynamic_dependencies", diff --git a/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php b/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php index bf814c0..6308bad 100644 --- a/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php +++ b/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php @@ -280,7 +280,7 @@ public function testMultipleFieldComponentDependencies() { // modules that should not already be dependencies otherwise. $dependent_fields = [ 'test_field' => 'action', - 'test_field_2' => 'aggregrator', + 'test_field_2' => 'aggregator', ]; $this->addDefaultTestFields(array_keys($dependent_fields)); diff --git a/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php b/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php index 54a8db0..b8fffac 100644 --- a/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php +++ b/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php @@ -126,7 +126,7 @@ public function testMultipleFieldComponentDependencies() { // modules that should not already be dependencies otherwise. $dependent_fields = [ 'test_field' => 'action', - 'test_field_2' => 'aggregrator', + 'test_field_2' => 'aggregator', ]; $this->addDefaultTestFields(array_keys($dependent_fields));