You are here

public static function sweaverThemeSettings::getInfo in Sweaver 7

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

Implementation of getInfo().

File

tests/sweaver.themesettings.test, line 22
Advanced tests for sweaver editor + theme settings.

Class

sweaverThemeSettings
@file Advanced tests for sweaver editor + theme settings.

Code

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