protected property ModalFormTest::$defaultTheme in Examples for Developers 8
Same name and namespace in other branches
- 3.x modules/form_api_example/tests/src/FunctionalJavascript/ModalFormTest.php \Drupal\Tests\form_api_example\FunctionalJavascript\ModalFormTest::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
- form_api_example/
tests/ src/ FunctionalJavascript/ ModalFormTest.php, line 18
Class
- ModalFormTest
- @group form_api_example
Namespace
Drupal\Tests\form_api_example\FunctionalJavascriptCode
protected $defaultTheme = 'classy';