You are here

public static function MenuAttributesTestCase::getInfo in Menu Attributes 7

File

./menu_attributes.test, line 122
Functionality tests for Menu attributes.

Class

MenuAttributesTestCase
Test basic functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Menu attributes',
    'description' => 'Tests menu attributes functionality.',
    'group' => 'Menu',
  );
}