You are here

protected property FormOptionsAttributesTest::$defaultTheme in Form Options Attributes 2.0.x

Same name and namespace in other branches
  1. 8 tests/modules/form_options_attributes_test/src/Tests/FormOptionsAttributesTest.php \Drupal\form_options_attributes_test\Tests\FormOptionsAttributesTest::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/modules/form_options_attributes_test/src/Tests/FormOptionsAttributesTest.php, line 26

Class

FormOptionsAttributesTest
Tests the #options_attributes functionality of select, checkboxes, and radios.

Namespace

Drupal\form_options_attributes_test\Tests

Code

protected $defaultTheme = 'stark';