protected property InstallerSiteConfigProfileTest::$profile in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php \Drupal\FunctionalTests\Installer\InstallerSiteConfigProfileTest::profile
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php \Drupal\FunctionalTests\Installer\InstallerSiteConfigProfileTest::profile
The installation profile to install.
Type: string
Overrides InstallerTestBase::$profile
File
- core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerSiteConfigProfileTest.php, line 21
Class
- InstallerSiteConfigProfileTest
- Verifies that the installer defaults to the existing site email address and timezone, if they were provided by the install profile.
Namespace
Drupal\FunctionalTests\InstallerCode
protected $profile = 'testing_site_config';