diff --git a/core/modules/system/lib/Drupal/system/Tests/Entity/EntityViewControllerTest.php b/core/modules/system/lib/Drupal/system/Tests/Entity/EntityViewControllerTest.php index 924c692..3de68b5 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Entity/EntityViewControllerTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Entity/EntityViewControllerTest.php @@ -102,7 +102,7 @@ public function testFieldItemAttributes() { // Enable the RDF module to ensure that two modules can add attributes to // the same field item. - module_enable(array('rdf')); + \Drupal::moduleHandler()->install(array('rdf')); // Set an RDF mapping for the field_test_text field. This RDF mapping will // be turned into RDFa attributes in the field item output. $mapping = rdf_get_mapping('entity_test_render', 'entity_test_render');