public function SpacesMenuTestCase::getInfo in Spaces 6.3
Same name and namespace in other branches
- 7.3 tests/spaces.test \SpacesMenuTestCase::getInfo()
- 7 tests/spaces.test \SpacesMenuTestCase::getInfo()
Test info.
File
- tests/
spaces.test, line 316
Class
- SpacesMenuTestCase
- Test for menu re-ordering
Code
public function getInfo() {
return array(
'name' => t('Spaces Menu'),
'description' => t('Test menu re-ordering.'),
'group' => t('Spaces'),
);
}