You are here

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

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

Class

FrontPageLinkTest
Tests for the existence of links on the front page.

Namespace

Drupal\Tests\testing_example\Functional

Code

protected $defaultTheme = 'stark';