You are here

function sweaverEditor::getInfo in Sweaver 6

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

Implementation of getInfo().

File

tests/sweaver.editor.test, line 14
Basic tests for sweaver frontend editor. Note: run this patch on D6 to allow posts to hidden fields: http://drupal.org/node/488810#comment-1693662.

Class

sweaverEditor
@file Basic tests for sweaver frontend editor. Note: run this patch on D6 to allow posts to hidden fields: http://drupal.org/node/488810#comment-1693662.

Code

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