You are here

protected property UpdateSemverTestBase::$defaultTheme in Drupal 9

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

core/modules/update/tests/src/Functional/UpdateSemverTestBase.php, line 31

Class

UpdateSemverTestBase
Common test methods for projects that use semver version releases.

Namespace

Drupal\Tests\update\Functional

Code

protected $defaultTheme = 'stark';