You are here

protected property FormJSAddMoreTest::$defaultTheme in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/field/tests/src/FunctionalJavascript/FormJSAddMoreTest.php \Drupal\Tests\field\FunctionalJavascript\FormJSAddMoreTest::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

core/modules/field/tests/src/FunctionalJavascript/FormJSAddMoreTest.php, line 26

Class

FormJSAddMoreTest
Tests add more behavior for a multiple value field.

Namespace

Drupal\Tests\field\FunctionalJavascript

Code

protected $defaultTheme = 'stark';