You are here

protected property EntityCloneContentCreatedDate::$defaultTheme in Entity Clone 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

tests/src/Functional/EntityCloneContentCreatedDate.php, line 19

Class

EntityCloneContentCreatedDate
Test whether cloning an entity also clones its created date.

Namespace

Drupal\Tests\entity_clone\Functional

Code

protected $defaultTheme = 'stark';