You are here

protected property QuickEditIntegrationLoadingTest::$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/editor/tests/src/Functional/QuickEditIntegrationLoadingTest.php, line 27

Class

QuickEditIntegrationLoadingTest
Tests Quick Edit module integration endpoints.

Namespace

Drupal\Tests\editor\Functional

Code

protected $defaultTheme = 'classy';