You are here

protected property EntityEmbedTestBase::$defaultTheme in Entity Embed 8

Same name in this branch
  1. 8 tests/src/Functional/EntityEmbedTestBase.php \Drupal\Tests\entity_embed\Functional\EntityEmbedTestBase::defaultTheme
  2. 8 tests/src/FunctionalJavascript/EntityEmbedTestBase.php \Drupal\Tests\entity_embed\FunctionalJavascript\EntityEmbedTestBase::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/EntityEmbedTestBase.php, line 22

Class

EntityEmbedTestBase
Base class for all entity_embed tests.

Namespace

Drupal\Tests\entity_embed\Functional

Code

protected $defaultTheme = 'stark';