You are here

protected property BulkFormTest::$defaultTheme in Override Node Options 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/BulkFormTest.php \Drupal\Tests\override_node_options\Functional\BulkFormTest::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/Functional/BulkFormTest.php, line 17

Class

BulkFormTest
Functional test for override_node_options bulk form operations.

Namespace

Drupal\Tests\override_node_options\Functional

Code

protected $defaultTheme = 'stark';