diff --git a/core/tests/Drupal/FunctionalTests/Entity/EntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php b/core/tests/Drupal/FunctionalTests/Entity/EntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php index 41286f5..4027971 100644 --- a/core/tests/Drupal/FunctionalTests/Entity/EntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php +++ b/core/tests/Drupal/FunctionalTests/Entity/EntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php @@ -1,20 +1,20 @@ assertEqual($entity->get($this->fieldName)->getValue(), [ + $this->assertEquals($entity->get($this->fieldName)->getValue(), [ ['shape' => 'circle', 'color' => 'blue'], ['shape' => 'rectangle', 'color' => 'green'], ]);