File
- drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php, line 33
- Definition of \Drupal\ckeditor\Tests\CKEditorTest.
Class
- CKEditorTest
- Tests for the 'CKEditor' text editor plugin.
Namespace
Drupal\ckeditor\Tests
Code
public static function getInfo() {
return array(
'name' => 'CKEditor text editor plugin',
'description' => 'Tests all aspects of the CKEditor text editor plugin.',
'group' => 'CKEditor',
);
}