You are here

protected static property EditorTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/jsonapi/tests/src/Functional/EditorTest.php \Drupal\Tests\jsonapi\Functional\EditorTest::modules
  2. 9 core/modules/jsonapi/tests/src/Functional/EditorTest.php \Drupal\Tests\jsonapi\Functional\EditorTest::modules

File

core/modules/jsonapi/tests/src/Functional/EditorTest.php, line 22

Class

EditorTest
JSON:API integration test for the "Editor" config entity type.

Namespace

Drupal\Tests\jsonapi\Functional

Code

protected static $modules = [
  'filter',
  'editor',
  'ckeditor5',
];