You are here

protected property InitialStateTest::$defaultTheme in Style Switcher 3.0.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/InitialStateTest.php \Drupal\Tests\styleswitcher\Functional\InitialStateTest::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/InitialStateTest.php, line 24

Class

InitialStateTest
Tests the module in its initial state.

Namespace

Drupal\Tests\styleswitcher\Functional

Code

protected $defaultTheme = 'classy';