diff --git a/core/modules/views/lib/Drupal/views/Tests/Plugin/AccessTest.php b/core/modules/views/lib/Drupal/views/Tests/Plugin/AccessTest.php index 52cdb42..ca6c8ec 100644 --- a/core/modules/views/lib/Drupal/views/Tests/Plugin/AccessTest.php +++ b/core/modules/views/lib/Drupal/views/Tests/Plugin/AccessTest.php @@ -22,7 +22,14 @@ class AccessTest extends PluginTestBase { * * @var array */ - public static $testViews = array('node', 'test_access_none', 'test_access_static', 'test_access_dynamic'); + public static $testViews = array('test_access_none', 'test_access_static', 'test_access_dynamic'); + + /** + * Modules to enable. + * + * @return array + */ + public static $modules = array('node'); public static function getInfo() { return array(