X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Finline_entity_form%2Fsrc%2FTests%2FTranslationTest.php;h=b58949702b5c22262808adf6314aa7b866e754d3;hb=9424afc6c1f518c301bf87a23c047d1873435d05;hp=8d226a3bf35f4ff5864474ff943f7fd3bc09bf83;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/modules/contrib/inline_entity_form/src/Tests/TranslationTest.php b/web/modules/contrib/inline_entity_form/src/Tests/TranslationTest.php index 8d226a3bf..b58949702 100644 --- a/web/modules/contrib/inline_entity_form/src/Tests/TranslationTest.php +++ b/web/modules/contrib/inline_entity_form/src/Tests/TranslationTest.php @@ -56,7 +56,7 @@ class TranslationTest extends InlineEntityFormTestBase { /** @var \Drupal\Core\Entity\Display\EntityFormDisplayInterface $display */ $display = $form_display_storage->load('node.ief_test_complex.default'); $component = $display->getComponent('multi'); - $component['settings']['allow_existing'] = TRUe; + $component['settings']['allow_existing'] = TRUE; $display->setComponent('multi', $component)->save(); }