Loading core/modules/views/tests/src/Functional/ViewTestBase.php +0 −3 Original line number Diff line number Diff line Loading @@ -59,9 +59,6 @@ protected function enableViewsTestModule() { \Drupal::state()->set('views_test_data_views_data', $this->viewsData()); \Drupal::service('module_installer')->install(['views_test_data']); $this->resetAll(); $this->rebuildContainer(); $this->container->get('module_handler')->reload(); // Load the test dataset. $data_set = $this->dataSet(); Loading Loading
core/modules/views/tests/src/Functional/ViewTestBase.php +0 −3 Original line number Diff line number Diff line Loading @@ -59,9 +59,6 @@ protected function enableViewsTestModule() { \Drupal::state()->set('views_test_data_views_data', $this->viewsData()); \Drupal::service('module_installer')->install(['views_test_data']); $this->resetAll(); $this->rebuildContainer(); $this->container->get('module_handler')->reload(); // Load the test dataset. $data_set = $this->dataSet(); Loading