public static property CKEditorPluginManagerTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/ckeditor/src/Tests/CKEditorPluginManagerTest.php \Drupal\ckeditor\Tests\CKEditorPluginManagerTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ ckeditor/ src/ Tests/ CKEditorPluginManagerTest.php, line 24 - Contains \Drupal\ckeditor\Tests\CKEditorPluginManagerTest.
Class
- CKEditorPluginManagerTest
- Tests different ways of enabling CKEditor plugins.
Namespace
Drupal\ckeditor\TestsCode
public static $modules = array(
'system',
'user',
'filter',
'editor',
'ckeditor',
);