You are here

protected property MenuLinkUpdatePathTest::$defaultTheme in Menu Link (Field) 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/MenuLinkUpdatePathTest.php \Drupal\Tests\menu_link\Functional\MenuLinkUpdatePathTest::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/MenuLinkUpdatePathTest.php, line 19

Class

MenuLinkUpdatePathTest
Tests the menu_link module install/update path. @group menu_link

Namespace

Drupal\Tests\menu_link\Functional

Code

protected $defaultTheme = 'stark';