You are here

protected property SimpleBlockLayoutBuilderTest::$defaultTheme in Simple Block 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

modules/simple_block_layout_builder/tests/scr/FunctionalJavascript/SimpleBlockLayoutBuilderTest.php, line 34

Class

SimpleBlockLayoutBuilderTest
Tests Simple Block module integration with Layout Builder.

Namespace

Drupal\Tests\simple_block_layout_builder\FunctionalJavascript

Code

protected $defaultTheme = 'classy';