You are here

protected property FeaturesCreateUiTest::$defaultTheme in Features 8.4

Same name and namespace in other branches
  1. 8.3 modules/features_ui/tests/src/Functional/FeaturesCreateUiTest.php \Drupal\Tests\features_ui\Functional\FeaturesCreateUiTest::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

modules/features_ui/tests/src/Functional/FeaturesCreateUiTest.php, line 27

Class

FeaturesCreateUiTest
Tests the creation of a feature.

Namespace

Drupal\Tests\features_ui\Functional

Code

protected $defaultTheme = 'stark';