You are here

protected property DurationElementStatesTest::$defaultTheme in Duration Field 8.2

Same name and namespace in other branches
  1. 3.0.x tests/src/FunctionalJavascript/DurationElementStatesTest.php \Drupal\Tests\duration_field\FunctionalJavascript\DurationElementStatesTest::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/DurationElementStatesTest.php, line 29

Class

DurationElementStatesTest
Tests the JavaScript #states functionality of 'duration' form elements.

Namespace

Drupal\Tests\duration_field\FunctionalJavascript

Code

protected $defaultTheme = 'stark';