You are here

protected property EntityShareServerFunctionalTestBase::$defaultTheme in Entity Share 8.3

Same name and namespace in other branches
  1. 8.2 modules/entity_share_server/tests/src/Functional/EntityShareServerFunctionalTestBase.php \Drupal\Tests\entity_share_server\Functional\EntityShareServerFunctionalTestBase::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

modules/entity_share_server/tests/src/Functional/EntityShareServerFunctionalTestBase.php, line 30

Class

EntityShareServerFunctionalTestBase
Base class for Entity Share Server functional tests.

Namespace

Drupal\Tests\entity_share_server\Functional

Code

protected $defaultTheme = 'classy';