You are here

protected property GlobalConfigTest::$defaultTheme in Layout Builder Component Attributes 1.2.x

Same name and namespace in other branches
  1. 1.0.x tests/src/Functional/GlobalConfigTest.php \Drupal\Tests\layout_builder_component_attributes\Functional\GlobalConfigTest::defaultTheme
  2. 1.1.x tests/src/Functional/GlobalConfigTest.php \Drupal\Tests\layout_builder_component_attributes\Functional\GlobalConfigTest::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

tests/src/Functional/GlobalConfigTest.php, line 17

Class

GlobalConfigTest
Test global configuration form and storage.

Namespace

Drupal\Tests\layout_builder_component_attributes\Functional

Code

protected $defaultTheme = 'stark';