You are here

public static function nodeButtonsEditTestCase::getInfo in Node buttons edit 7

File

./node_buttons_edit.test, line 4

Class

nodeButtonsEditTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Node buttons edit functionality'),
    'group' => 'Node buttons edit',
    'description' => t('Node buttons edit functionality'),
  );
}