EntityLinkSuggestionTest::$modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/ckeditor5/tests/src/Kernel/EntityLinkSuggestionTest.php, line 40

Class

EntityLinkSuggestionTest
Tests entity link suggestions.

Namespace

Drupal\Tests\ckeditor5\Kernel

Code

protected static $modules = [
  'node',
  'ckeditor5',
  'ckeditor5_test',
  'filter',
  'editor',
  'system',
  'user',
  'datetime',
  'datetime_range',
  'language',
  'content_translation',
  'system',
  'taxonomy',
  'text',
];

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