FormErrorHandlerCKEditor5Test::$modules

Same name in other branches
  1. 9 core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php \Drupal\Tests\inline_form_errors\FunctionalJavascript\FormErrorHandlerCKEditor5Test::modules
  2. 11.x core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php \Drupal\Tests\inline_form_errors\FunctionalJavascript\FormErrorHandlerCKEditor5Test::modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php, line 26

Class

FormErrorHandlerCKEditor5Test
Tests the inline errors fragment link to a CKEditor5-enabled textarea.

Namespace

Drupal\Tests\inline_form_errors\FunctionalJavascript

Code

protected static $modules = [
    'node',
    'ckeditor5',
    'inline_form_errors',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.