You are here

public static function OGMTBasicTest::getInfo in Open Graph meta tags 7.2

Same name and namespace in other branches
  1. 6 tests/Basic.test \OGMTBasicTest::getInfo()
  2. 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'),
  );
}