public static function PatternsShortcutTestCase::getInfo in Patterns 7
Same name and namespace in other branches
- 7.2 tests/shortcut/shortcut.test \PatternsShortcutTestCase::getInfo()
File
- tests/
shortcut/ shortcut.test, line 12 - SimpleTests for the Shortcut component of Patterns.
Class
- PatternsShortcutTestCase
- @file SimpleTests for the Shortcut component of Patterns.
Code
public static function getInfo() {
return array(
'name' => 'shortcut component',
'description' => 'Tests shortcut pattern',
'group' => 'Patterns',
);
}