protected property FormJSAddMoreTest::$defaultTheme in Drupal 9
Same name and namespace in other branches
- 8 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\FunctionalJavascriptCode
protected $defaultTheme = 'stark';