You are here

public static function MetatagContextWithI18nTest::getInfo in Metatag 7

File

metatag_context/tests/MetatagContextWithI18nTest.test, line 16
Tests the Metatag:Context module for i18n integration.

Class

MetatagContextWithI18nTest
Tests the Metatag:Context module for i18n integration.

Code

public static function getInfo() {
  return array(
    'name' => 'Metatag:Context tests, with i18n',
    'description' => 'Test Metatag integration with the Context and i18n modules.',
    'group' => 'Metatag',
    'dependencies' => array(
      'ctools',
      'devel',
      'token',
      'context',
      'i18n',
    ),
  );
}