protected property MultistepFormTest::$defaultTheme in Examples for Developers 3.x
Same name and namespace in other branches
- 8 form_api_example/tests/src/Functional/MultistepFormTest.php \Drupal\Tests\form_api_example\Functional\MultistepFormTest::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
- modules/
form_api_example/ tests/ src/ Functional/ MultistepFormTest.php, line 19
Class
- MultistepFormTest
- Tests the Multistep FAPI Example.
Namespace
Drupal\Tests\form_api_example\FunctionalCode
protected $defaultTheme = 'classy';