You are here

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

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

Class

HooksExampleTest
Test the functionality of the Hooks Example module.

Namespace

Drupal\Tests\hooks_example\Functional

Code

protected $defaultTheme = 'stark';