You are here

protected property FormErrorHandlerCKEditorTest::$defaultTheme in Drupal 8

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

Class

FormErrorHandlerCKEditorTest
Tests the inline errors fragment link to a CKEditor-enabled textarea.

Namespace

Drupal\Tests\inline_form_errors\FunctionalJavascript

Code

protected $defaultTheme = 'classy';