You are here

protected property DynamicEntityReferenceWidgetTest::$defaultTheme in Dynamic Entity Reference 8

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/DynamicEntityReferenceWidgetTest.php \Drupal\Tests\dynamic_entity_reference\Functional\DynamicEntityReferenceWidgetTest::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/Functional/DynamicEntityReferenceWidgetTest.php, line 59

Class

DynamicEntityReferenceWidgetTest
Tests dynamic entity reference field widgets.

Namespace

Drupal\Tests\dynamic_entity_reference\Functional

Code

protected $defaultTheme = 'stark';