You are here

protected property ChosenFieldWidgetsTest::$defaultTheme in Chosen 8.2

Same name and namespace in other branches
  1. 3.0.x modules/chosen_field/tests/src/Functional/ChosenFieldWidgetsTest.php \Drupal\Tests\chosen_field\Functional\ChosenFieldWidgetsTest::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/chosen_field/tests/src/Functional/ChosenFieldWidgetsTest.php, line 18

Class

ChosenFieldWidgetsTest
Test the Chosen widgets.

Namespace

Drupal\Tests\chosen_field\Functional

Code

protected $defaultTheme = 'stark';