You are here

protected property PreviewSettingsUpdateTest::$defaultTheme in Gatsby Live Preview & Incremental Builds 8

Same name and namespace in other branches
  1. 2.0.x tests/src/Functional/PreviewSettingsUpdateTest.php \Drupal\Tests\gatsby\Functional\PreviewSettingsUpdateTest::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/PreviewSettingsUpdateTest.php, line 18

Class

PreviewSettingsUpdateTest
Defines a class for testing the update path.

Namespace

Drupal\Tests\gatsby\Functional

Code

protected $defaultTheme = 'stark';