You are here

protected property GroupBrowserTestBase::$defaultTheme in Group 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/GroupBrowserTestBase.php \Drupal\Tests\group\Functional\GroupBrowserTestBase::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

tests/src/Functional/GroupBrowserTestBase.php, line 34

Class

GroupBrowserTestBase
Provides a base class for Group functional tests.

Namespace

Drupal\Tests\group\Functional

Code

protected $defaultTheme = 'stark';