You are here

protected property ConfigEntityTrackingTest::$defaultTheme in Entity Usage 8.2

Same name and namespace in other branches
  1. 8.4 tests/src/FunctionalJavascript/ConfigEntityTrackingTest.php \Drupal\Tests\entity_usage\FunctionalJavascript\ConfigEntityTrackingTest::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 EntityUsageJavascriptTestBase::$defaultTheme

File

tests/src/FunctionalJavascript/ConfigEntityTrackingTest.php, line 38

Class

ConfigEntityTrackingTest
Tests tracking of config entities.

Namespace

Drupal\Tests\entity_usage\FunctionalJavascript

Code

protected $defaultTheme = 'classy';