user = $this->drupalCreateUser(['administer site configuration']); $this->drupalLogin($this->user); $this->config = \Drupal::configFactory()->getEditable('advagg.settings'); // Enable aggregation. $this->systemConfig = \Drupal::configFactory()->getEditable('system.performance'); $this->systemConfig->set('css.preprocess', TRUE) ->set('js.preprocess', TRUE) ->save(); } }