'Metatag core tests for string handling w i18n', 'description' => "Tests Metatag's string handling when i18n is enabled.", 'group' => 'Metatag', 'dependencies' => array('ctools', 'token', 'i18n'), ); } /** * {@inheritdoc} */ function setUp(array $modules = array()) { parent::setUp(array('i18n', 'i18n_string')); } }