You are here

protected property ReorderChildrenWithRevisionsFunctionalTest::$defaultTheme in Entity Reference Hierarchy 3.x

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

Class

ReorderChildrenWithRevisionsFunctionalTest
Tests reordering with revisions.

Namespace

Drupal\Tests\entity_hierarchy\Functional

Code

protected $defaultTheme = 'stark';