You are here

protected property ConvertTest::$defaultTheme in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/image/tests/src/Functional/ImageEffect/ConvertTest.php \Drupal\Tests\image\Functional\ImageEffect\ConvertTest::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

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 = 'stark';