You are here

protected property PanelizerQuickEditTest::$defaultTheme in Panelizer 8.4

Same name and namespace in other branches
  1. 8.5 panelizer_quickedit/tests/src/FunctionalJavascript/PanelizerQuickEditTest.php \Drupal\Tests\panelizer_quickedit\FunctionalJavascript\PanelizerQuickEditTest::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

panelizer_quickedit/tests/src/FunctionalJavascript/PanelizerQuickEditTest.php, line 19

Class

PanelizerQuickEditTest
Tests that a Panelized Node can be Quick-Edited.

Namespace

Drupal\Tests\panelizer_quickedit\FunctionalJavascript

Code

protected $defaultTheme = 'stark';