protected property LanguageSwitchingTest::$defaultTheme in Drupal 10
Same name and namespace in other branches
- 8 core/modules/language/tests/src/Functional/LanguageSwitchingTest.php \Drupal\Tests\language\Functional\LanguageSwitchingTest::defaultTheme
- 9 core/modules/language/tests/src/Functional/LanguageSwitchingTest.php \Drupal\Tests\language\Functional\LanguageSwitchingTest::defaultTheme
The theme to install as the default for testing.
@todo This test's focus on classes in ::doTestLanguageBlockAuthenticated() and ::testLanguageBodyClass() make Stark a bad fit as a base theme. Change the default theme to Starterkit once it is stable.
Type: string
See also
https://www.drupal.org/project/drupal/issues/3275543
File
- core/
modules/ language/ tests/ src/ Functional/ LanguageSwitchingTest.php, line 43
Class
- LanguageSwitchingTest
- Functional tests for the language switching feature.
Namespace
Drupal\Tests\language\FunctionalCode
protected $defaultTheme = 'classy';