diff --git a/core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php b/core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php index 5ca1a5b..c1cef64 100644 --- a/core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php +++ b/core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php @@ -50,7 +50,7 @@ function setUp() { // Make the body field translatable. The info is already translatable by // definition. $field_storage = FieldStorageConfig::loadByName('block_content', 'body'); - $field_storage->translatable = TRUE; + $field_storage->setTranslatable(TRUE); $field_storage->save(); // Set up block_content infos.