You are here

protected property MenuTest::$defaultTheme in Drupal 8

Same name in this branch
  1. 8 core/modules/jsonapi/tests/src/Functional/MenuTest.php \Drupal\Tests\jsonapi\Functional\MenuTest::defaultTheme
  2. 8 core/modules/views/tests/src/Functional/Wizard/MenuTest.php \Drupal\Tests\views\Functional\Wizard\MenuTest::defaultTheme
Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Functional/Wizard/MenuTest.php \Drupal\Tests\views\Functional\Wizard\MenuTest::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

core/modules/views/tests/src/Functional/Wizard/MenuTest.php, line 18

Class

MenuTest
Tests the ability of the views wizard to put views in a menu.

Namespace

Drupal\Tests\views\Functional\Wizard

Code

protected $defaultTheme = 'stark';