public static function CKEditorLoadingTest::getInfo

File

drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php, line 24
Definition of \Drupal\ckeditor\Tests\CKEditorLoadingTest.

Class

CKEditorLoadingTest
Tests loading of CKEditor.

Namespace

Drupal\ckeditor\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'CKEditor loading',
    'description' => 'Tests loading of CKEditor.',
    'group' => 'CKEditor',
  );
}