You are here

protected property WebprofilerTestBase::$defaultTheme in Devel 8.3

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

webprofiler/tests/src/FunctionalJavascript/WebprofilerTestBase.php, line 17

Class

WebprofilerTestBase
Class WebprofilerTestBase.

Namespace

Drupal\Tests\webprofiler\FunctionalJavascript

Code

protected $defaultTheme = 'stark';