You are here

protected property MenuLinkCloneTest::$defaultTheme in Menu Link Clone 8.2

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

Class

MenuLinkCloneTest
Create a menu and test a link clone.

Namespace

Drupal\Tests\menu_link_clone\Functional

Code

protected $defaultTheme = 'stark';