You are here

protected property DynamicEntityReferenceBaseTest::$defaultTheme in Dynamic Entity Reference 8.2

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

Class

DynamicEntityReferenceBaseTest
Ensures that Dynamic Entity References field works correctly.

Namespace

Drupal\Tests\dynamic_entity_reference\Functional

Code

protected $defaultTheme = 'stark';