public static property CKEditorPluginManagerTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php \Drupal\Tests\ckeditor\Kernel\CKEditorPluginManagerTest::modules
- 10 core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php \Drupal\Tests\ckeditor\Kernel\CKEditorPluginManagerTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/modules/ ckeditor/ tests/ src/ Kernel/ CKEditorPluginManagerTest.php, line 21 
Class
- CKEditorPluginManagerTest
- Tests different ways of enabling CKEditor plugins.
Namespace
Drupal\Tests\ckeditor\KernelCode
public static $modules = [
  'system',
  'user',
  'filter',
  'editor',
  'ckeditor',
];