You are here

protected property ImageEffectsTest::$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/modules/image/tests/src/Functional/ImageEffectsTest.php, line 25

Class

ImageEffectsTest
Tests that the image effects pass parameters to the toolkit correctly.

Namespace

Drupal\Tests\image\Functional

Code

protected $defaultTheme = 'stark';