You are here

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

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

plugin_type_example/tests/src/Functional/PluginTypeExampleTest.php, line 21

Class

PluginTypeExampleTest
Test the functionality of the Plugin Type Example module.

Namespace

Drupal\Tests\plugin_type_example\Functional

Code

protected $defaultTheme = 'stark';