You are here

protected property PluginInstanceConverterTest::$defaultTheme in Plugin 8.2

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

tests/src/Functional/ParamConverter/PluginInstanceConverterTest.php, line 22

Class

PluginInstanceConverterTest
Tests \Drupal\plugin\ParamConverter\PluginInstanceConverter's integration.

Namespace

Drupal\Tests\plugin\Functional\ParamConverter

Code

protected $defaultTheme = 'stark';