diff --git a/core/modules/views/lib/Drupal/views/Tests/Entity/RowEntityRenderersTest.php b/core/modules/views/lib/Drupal/views/Tests/Entity/RowEntityRenderersTest.php index 6e47d67..0a8b24d 100644 --- a/core/modules/views/lib/Drupal/views/Tests/Entity/RowEntityRenderersTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/Entity/RowEntityRenderersTest.php @@ -23,7 +23,7 @@ class RowEntityRenderersTest extends ViewUnitTestBase { * * @var array */ - public static $modules = array('system', 'entity', 'field', 'filter', 'text', 'node', 'user', 'language'); + public static $modules = array('entity', 'field', 'filter', 'text', 'node', 'user', 'language'); /** * Views used by this test. @@ -56,7 +56,6 @@ public static function getInfo() { protected function setUp() { parent::setUp(); - $this->installSchema('system', array('menu_router', 'router')); $this->installSchema('node', array('node', 'node_revision', 'node_field_data', 'node_field_revision', 'node_access')); $this->installSchema('user', array('users')); $this->installConfig(array('node', 'language'));