diff --git a/lib/Drupal/views/Tests/ViewTestBase.php b/lib/Drupal/views/Tests/ViewTestBase.php index b9cf517..42264c6 100644 --- a/lib/Drupal/views/Tests/ViewTestBase.php +++ b/lib/Drupal/views/Tests/ViewTestBase.php @@ -40,7 +40,7 @@ protected function enableViewsTestModule() { variable_set('views_test_schema', $this->schemaDefinition()); variable_set('views_test_views_data', $this->viewsData()); - module_enable(array('views_test')); + module_enable(array('views_test_data')); $this->resetAll(); // Load the test dataset.