You are here

public static function sweaverAdministration::getInfo in Sweaver 7

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

Implementation of getInfo().

File

tests/sweaver.admin.test, line 12
Tests for sweaver backend

Class

sweaverAdministration
@file Tests for sweaver backend

Code

public static function getInfo() {
  return array(
    'name' => t('Sweaver administration'),
    'description' => t('Tests for the administration of sweaver, except for plugins and styles.'),
    'group' => t('Sweaver'),
  );
}