You are here

static function PatternsMenuTestCase::getInfo in Patterns 7

Same name and namespace in other branches
  1. 7.2 tests/menu/menu.test \PatternsMenuTestCase::getInfo()

File

tests/menu/menu.test, line 12
SimpleTests for the menu component of Patterns.

Class

PatternsMenuTestCase
@file SimpleTests for the menu component of Patterns.

Code

static function getInfo() {
  return array(
    'name' => 'Menu component',
    'description' => 'Edit the menu setting of themes',
    'group' => 'Patterns',
  );
}