You are here

protected property ViewsSettingsRenameTest::$defaultTheme in Drupal 9

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/views/tests/src/Functional/Update/ViewsSettingsRenameTest.php, line 17

Class

ViewsSettingsRenameTest
Tests renaming views module's configuration.

Namespace

Drupal\Tests\views\Functional\Update

Code

protected $defaultTheme = 'stark';