You are here

function sweaverAdministration::getInfo in Sweaver 6

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

Implementation of getInfo().

File

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

Class

sweaverAdministration
@file Tests for sweaver backend 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 administration'),
    'description' => t('Tests for the administration of sweaver, except for plugins and styles.'),
    'group' => t('Sweaver'),
  );
}