You are here

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

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/action_example/tests/src/Functional/ActionExampleTest.php, line 19

Class

ActionExampleTest
Default test case for the action_example module.

Namespace

Drupal\Tests\theming_example\Functional

Code

protected $defaultTheme = 'stark';