You are here

public static function MetatagTagsTest::getInfo in Metatag 7

File

tests/MetatagTagsTest.test, line 16
Tests that each of the Metatag base tags work correctly.

Class

MetatagTagsTest
Tests that each of the Metatag base tags work correctly.

Code

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