You are here

protected property ToolkitTest::$defaultTheme in Drupal 8

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

core/tests/Drupal/FunctionalTests/Image/ToolkitTest.php, line 15

Class

ToolkitTest
Tests image toolkit functions.

Namespace

Drupal\FunctionalTests\Image

Code

protected $defaultTheme = 'stark';