public static function EditorTestCase::getInfo in Editor 7
File
- ./
editor.test, line 952 - Tests for Editor module.
Class
- EditorTestCase
- Tests editor functionality.
Code
public static function getInfo() {
return array(
'name' => 'Editor',
'description' => 'Check the functionality of Editor module.',
'group' => 'Editor',
);
}