You are here

protected property WorkspaceRevisionMetadataFieldTest::$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 BrowserTestBase::$defaultTheme

File

core/modules/workspaces/tests/src/Functional/WorkspaceRevisionMetadataFieldTest.php, line 25

Class

WorkspaceRevisionMetadataFieldTest
Tests the addition of the revision metadata key.

Namespace

Drupal\Tests\workspaces\Functional

Code

protected $defaultTheme = 'stark';