You are here

protected property UpdatePathRC1TestBaseFilledTest::$defaultTheme in Drupal 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 UpdatePathRC1TestBaseTest::$defaultTheme

File

core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php, line 20

Class

UpdatePathRC1TestBaseFilledTest
Runs UpdatePathTestBaseTest with a RC1 dump filled with content.

Namespace

Drupal\Tests\system\Functional\Update

Code

protected $defaultTheme = 'stark';