You are here

public static function sweaverEditor::getInfo in Sweaver 7

Same name and namespace in other branches
  1. 6 tests/sweaver.editor.test \sweaverEditor::getInfo()

Implementation of getInfo().

File

tests/sweaver.editor.test, line 12
Basic tests for sweaver frontend editor.

Class

sweaverEditor
@file Basic tests for sweaver frontend editor.

Code

public static function getInfo() {
  return array(
    'name' => t('Sweaver editor'),
    'description' => t('Tests for the frontend editor.'),
    'group' => t('Sweaver'),
  );
}