You are here

protected property EntityReferenceFunctionalTestBase::$defaultTheme in Views Reference Filter 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/Functional/EntityReferenceFunctionalTestBase.php, line 20

Class

EntityReferenceFunctionalTestBase
Tests entityreference filter behavior.

Namespace

Drupal\Tests\entityreference_filter\Functional

Code

protected $defaultTheme = 'stark';