You are here

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

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

Class

MenuLinkFieldStandardTest
Tests menu link field functionality.

Namespace

Drupal\Tests\menu_link\Functional

Code

protected $defaultTheme = 'stark';