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