You are here

protected property CollapsiblockJavaScriptTestBase::$defaultTheme in Collapsiblock 3.x

Same name and namespace in other branches
  1. 4.x tests/src/FunctionalJavascript/CollapsiblockJavaScriptTestBase.php \Drupal\Tests\collapsiblock\FunctionalJavascript\CollapsiblockJavaScriptTestBase::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/FunctionalJavascript/CollapsiblockJavaScriptTestBase.php, line 24

Class

CollapsiblockJavaScriptTestBase
Useful shortcuts for running Collapsiblock functional tests.

Namespace

Drupal\Tests\collapsiblock\FunctionalJavascript

Code

protected $defaultTheme = 'stark';