You are here

protected property ConvertTest::$defaultTheme in Drupal 9

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/ImageEffect/ConvertTest.php, line 19

Class

ConvertTest
Tests for the Convert image effect.

Namespace

Drupal\Tests\image\Functional\ImageEffect

Code

protected $defaultTheme = 'classy';