protected property CacheExampleTest::$defaultTheme in Examples for Developers 8
Same name and namespace in other branches
- 3.x modules/cache_example/tests/src/Functional/CacheExampleTest.php \Drupal\Tests\cache_example\Functional\CacheExampleTest::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
- cache_example/
tests/ src/ Functional/ CacheExampleTest.php, line 20
Class
- CacheExampleTest
- Tests for the cache_example module.
Namespace
Drupal\Tests\cache_example\FunctionalCode
protected $defaultTheme = 'stark';