function InstallerPerformanceTest::prepareSettings

Same name and namespace in other branches
  1. 10 core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php \Drupal\FunctionalTests\Installer\InstallerPerformanceTest::prepareSettings()
  2. 11.x core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php \Drupal\FunctionalTests\Installer\InstallerPerformanceTest::prepareSettings()

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);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.