You are here

public static function CkeditorTest::getInfo in CKEditor - WYSIWYG HTML editor 7

Test info.

File

tests/ckeditor.test, line 17
Contains ckeditorTest.

Class

CkeditorTest
Base class for ckeditor tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Configuration available',
    'description' => 'Check module is enabled and config available.',
    'group' => 'ckeditor',
  );
}