You are here

protected property EntityUsageLayoutBuilderTest::$defaultTheme in Entity Usage 8.4

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

Class

EntityUsageLayoutBuilderTest
Tests layout builder usage through Inline Blocks displays in UI.

Namespace

Drupal\Tests\entity_usage\Functional

Code

protected $defaultTheme = 'classy';