public static function OGMTHookTest::getInfo in Open Graph meta tags 7
Same name and namespace in other branches
- 6 tests/Hooks.test \OGMTHookTest::getInfo()
File
- tests/
Hooks.test, line 11
Class
- OGMTHookTest
- Tests for Open Graph meta tags hook tests.
Code
public static function getInfo() {
return array(
'name' => t('Hook tests'),
'description' => t('Test hooks.'),
'group' => t('Open Graph meta tags'),
);
}