You are here

protected static property EditorFilterIntegrationTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php \Drupal\Tests\editor\Kernel\EditorFilterIntegrationTest::modules
  2. 9 core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php \Drupal\Tests\editor\Kernel\EditorFilterIntegrationTest::modules

File

core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php, line 19

Class

EditorFilterIntegrationTest
Tests integration with filter module.

Namespace

Drupal\Tests\editor\Kernel

Code

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