function InstallerPerformanceTest::prepareSettings
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\InstallerCode
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.