You are here

protected property JavascriptTest::$defaultTheme in Display Suite 8.3

Same name and namespace in other branches
  1. 8.4 tests/src/FunctionalJavascript/JavascriptTest.php \Drupal\Tests\ds\FunctionalJavascript\JavascriptTest::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/JavascriptTest.php, line 15

Class

JavascriptTest
Tests javascript behavior for the admin UI.

Namespace

Drupal\Tests\ds\FunctionalJavascript

Code

protected $defaultTheme = 'stark';