diff --git a/core/modules/text/tests/src/Kernel/TextItemBaseTest.php b/core/modules/text/tests/src/Kernel/TextItemBaseTest.php index c80fd849a3..3087cb7fa3 100644 --- a/core/modules/text/tests/src/Kernel/TextItemBaseTest.php +++ b/core/modules/text/tests/src/Kernel/TextItemBaseTest.php @@ -89,12 +89,13 @@ public function testCalculateDependencies() { $this->assertEquals([ 'module' => [ 'entity_test', - 'text' + 'text', ], 'config' => [ "field.storage.entity_test.$fieldName", - 'filter.format.test_format' - ] + 'filter.format.test_format', + ], ], $field->getDependencies()); } + }