protected property InstallerSiteConfigProfileTest::$defaultTheme in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php \Drupal\FunctionalTests\Installer\InstallerSiteConfigProfileTest::defaultTheme
The theme to install as the default for testing.
Defaults to the install profile's default theme, if it specifies any.
Type: string
Overrides BrowserTestBase::$defaultTheme
File
- core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerSiteConfigProfileTest.php, line 16
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 $defaultTheme = 'stark';