function StandardRecipeInstallTest::setUp
Same name in other branches
- 10 core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php \Drupal\FunctionalTests\Core\Recipe\StandardRecipeInstallTest::setUp()
Overrides InstallerTestBase::setUp
File
-
core/
tests/ Drupal/ FunctionalTests/ Core/ Recipe/ StandardRecipeInstallTest.php, line 34
Class
- StandardRecipeInstallTest
- Tests installing the Standard recipe via the installer.
Namespace
Drupal\FunctionalTests\Core\RecipeCode
protected function setUp() : void {
// Skip permissions hardening so we can write a services file later.
$this->settings['settings']['skip_permissions_hardening'] = (object) [
'value' => TRUE,
'required' => TRUE,
];
parent::setUp();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.