You are here

protected property JsExampleTest::$defaultTheme in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 js_example/tests/src/Functional/JsExampleTest.php \Drupal\Tests\js_example\Functional\JsExampleTest::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/js_example/tests/src/Functional/JsExampleTest.php, line 20

Class

JsExampleTest
Functional tests for the js_example module.

Namespace

Drupal\Tests\js_example\Functional

Code

protected $defaultTheme = 'stark';