You are here

protected property OverrideSectionsTest::$defaultTheme in Layout Builder Symmetric Translations 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

tests/src/Functional/Rest/OverrideSectionsTest.php, line 22

Class

OverrideSectionsTest
Tests that override layout sections are not exposed via the REST API.

Namespace

Drupal\Tests\layout_builder_st\Functional\Rest

Code

protected $defaultTheme = 'stark';