You are here

protected property FrontPageLinkDependenciesTest::$defaultTheme in Examples for Developers 8

Same name and namespace in other branches
  1. 3.x modules/testing_example/tests/src/Functional/FrontPageLinkDependenciesTest.php \Drupal\Tests\testing_example\Functional\FrontPageLinkDependenciesTest::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

testing_example/tests/src/Functional/FrontPageLinkDependenciesTest.php, line 28

Class

FrontPageLinkDependenciesTest
Tests core menu behavior.

Namespace

Drupal\Tests\testing_example\Functional

Code

protected $defaultTheme = 'stark';