Verified Commit 1ffc3dce authored by Dave Long's avatar Dave Long
Browse files

test: #3613269 Avoid unnecessary container rebuild in views functional tests

By: catch
By: smustgrave
parent 13fcd9a6
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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();