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