You are here

public static function MetatagDcTagsTest::getInfo in Metatag 7

File

metatag_dc/tests/MetatagDcTagsTest.test, line 16
Tests that each of the Metatag Dublin Core tags work correctly.

Class

MetatagDcTagsTest
Tests that each of the Metatag Dublin Core tags work correctly.

Code

public static function getInfo() {
  return array(
    'name' => 'Metatag tags: Dublin Core',
    'description' => 'Test the Dublin Core meta tags.',
    'group' => 'Metatag',
    'dependencies' => array(
      'ctools',
      'devel',
      'token',
    ),
  );
}