You are here

protected function InstallerPerformanceTest::prepareSettings in Drupal 9

Prepares site settings and services before installation.

Overrides FunctionalTestSetupTrait::prepareSettings

File

core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php, line 29

Class

InstallerPerformanceTest
Tests the interactive installer.

Namespace

Drupal\FunctionalTests\Installer

Code

protected function prepareSettings() {
  parent::prepareSettings();
  PerformanceTestRecorder::registerService($this->siteDirectory . '/services.yml', FALSE);
}