You are here

public static function SpacesMenuTestCase::getInfo in Spaces 7

Same name and namespace in other branches
  1. 6.3 tests/spaces.test \SpacesMenuTestCase::getInfo()
  2. 7.3 tests/spaces.test \SpacesMenuTestCase::getInfo()

Test info.

File

tests/spaces.test, line 314

Class

SpacesMenuTestCase
Test for menu re-ordering

Code

public static function getInfo() {
  return array(
    'name' => t('Spaces Menu'),
    'description' => t('Test menu re-ordering.'),
    'group' => t('Spaces'),
  );
}