protected property StateTransitionFormTest::$defaultTheme in State Machine 8
Same name in this branch
- 8 tests/src/Functional/StateTransitionFormTest.php \Drupal\Tests\state_machine\Functional\StateTransitionFormTest::defaultTheme
- 8 tests/src/FunctionalJavascript/StateTransitionFormTest.php \Drupal\Tests\state_machine\FunctionalJavascript\StateTransitionFormTest::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
- tests/
src/ Functional/ StateTransitionFormTest.php, line 31
Class
- StateTransitionFormTest
- Tests the state transition form.
Namespace
Drupal\Tests\state_machine\FunctionalCode
protected $defaultTheme = 'stark';