SmartDefaultSettingsTest::$modules

Same name in other branches
  1. 9 core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php \Drupal\Tests\ckeditor5\Kernel\SmartDefaultSettingsTest::modules
  2. 10 core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php \Drupal\Tests\ckeditor5\Kernel\SmartDefaultSettingsTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php, line 71

Class

SmartDefaultSettingsTest
@covers \Drupal\ckeditor5\SmartDefaultSettings::computeSmartDefaultSettings @group ckeditor5 @internal

Namespace

Drupal\Tests\ckeditor5\Kernel

Code

protected static $modules = [
    'ckeditor5',
    'editor',
    'filter',
    'user',
    // For being able to test media_embed + Media button in CKE5.
'media',
    'media_library',
    'views',
    'dblog',
    'help',
    'editor_test',
    'ckeditor_test',
];

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