You are here

protected property ElementTest::$defaultTheme in Select 2 8

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/Form/ElementTest.php, line 23

Class

ElementTest
Tests the select2 element.

Namespace

Drupal\Tests\select2\FunctionalJavascript\Form

Code

protected $defaultTheme = 'stark';