function InstallerPerformanceTest::prepareSettings
Same name in other branches
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php \Drupal\FunctionalTests\Installer\InstallerPerformanceTest::prepareSettings()
- 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 31
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.