You are here

protected property EntityQueueFormWidgetSimpleQueueTest::$defaultTheme in Entityqueue Form Widget 8

Same name and namespace in other branches
  1. 2.0.x tests/src/FunctionalJavascript/EntityQueueFormWidgetSimpleQueueTest.php \Drupal\Tests\entityqueue_form_widget\FunctionalJavascript\EntityQueueFormWidgetSimpleQueueTest::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/EntityQueueFormWidgetSimpleQueueTest.php, line 20

Class

EntityQueueFormWidgetSimpleQueueTest
Tests the UI for Entity Queue Form Widget with Simple Queue.

Namespace

Drupal\Tests\entityqueue_form_widget\FunctionalJavascript

Code

protected $defaultTheme = 'bartik';