X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffield%2Ftests%2Fsrc%2FKernel%2FTestItemWithDependenciesTest.php;h=4e52b75965459d10cc1a22bcc7db2ec2a3d363bb;hp=d1a269a6a26c44a79a548d288eec569caa60431b;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php b/web/core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php index d1a269a6a..4e52b7596 100644 --- a/web/core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php +++ b/web/core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php @@ -48,7 +48,7 @@ class TestItemWithDependenciesTest extends FieldKernelTestBase { $this->assertEqual([ 'content' => ['node:article:uuid'], 'config' => ['field.storage.entity_test.field_test'], - 'module' => ['entity_test', 'field_test', 'test_module'] + 'module' => ['entity_test', 'field_test', 'test_module'], ], $field->getDependencies()); }