You are here

protected property StateTransitionFormTest::$defaultTheme in State Machine 8

Same name in this branch
  1. 8 tests/src/Functional/StateTransitionFormTest.php \Drupal\Tests\state_machine\Functional\StateTransitionFormTest::defaultTheme
  2. 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/FunctionalJavascript/StateTransitionFormTest.php, line 27

Class

StateTransitionFormTest
Tests the state transition form.

Namespace

Drupal\Tests\state_machine\FunctionalJavascript

Code

protected $defaultTheme = 'stark';