You are here

protected property BlockPlaceTest::$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/block_place/tests/src/Functional/BlockPlaceTest.php, line 26

Class

BlockPlaceTest
Tests the placing a block.

Namespace

Drupal\Tests\block_place\Functional

Code

protected $defaultTheme = 'stark';