You are here

protected property TabledragMenuTest::$defaultTheme in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 tabledrag_example/tests/src/Functional/TabledragMenuTest.php \Drupal\Tests\tabledrag_example\Functional\TabledragMenuTest::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

modules/tabledrag_example/tests/src/Functional/TabledragMenuTest.php, line 24

Class

TabledragMenuTest
Verify functionalities of tabledrag_example.

Namespace

Drupal\Tests\tabledrag_example\Functional

Code

protected $defaultTheme = 'stark';