You are here

public static function ContentOptionWidgetTest::getInfo in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 tests/content.crud.test \ContentOptionWidgetTest::getInfo()

File

tests/content.crud.test, line 888

Class

ContentOptionWidgetTest

Code

public static function getInfo() {
  return array(
    'name' => t('Option widgets'),
    'description' => t('Tests the optionwidgets.'),
    'group' => t('CCK'),
  );
}