You are here

protected property ForwardTestBase::$defaultTheme in Forward 4.x

Same name and namespace in other branches
  1. 4.0.x tests/src/Functional/ForwardTestBase.php \Drupal\Tests\forward\Functional\ForwardTestBase::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/ForwardTestBase.php, line 22

Class

ForwardTestBase
Provides a base class for testing the Forward module.

Namespace

Drupal\Tests\forward\Functional

Code

protected $defaultTheme = 'stark';