You are here

protected property FeaturesUiAjaxTest::$defaultTheme in Features 8.3

Same name and namespace in other branches
  1. 8.4 modules/features_ui/tests/src/FunctionalJavascript/FeaturesUiAjaxTest.php \Drupal\Tests\features_ui\FunctionalJavascript\FeaturesUiAjaxTest::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/FunctionalJavascript/FeaturesUiAjaxTest.php, line 31

Class

FeaturesUiAjaxTest
Tests the creation of a features bundle using AJAX.

Namespace

Drupal\Tests\features_ui\FunctionalJavascript

Code

protected $defaultTheme = 'stark';