public static function MetatagPanelsI18nTest::getInfo in Metatag 7        
                          
                  
                        
File
 
   - metatag_panels/tests/MetatagPanelsI18nTest.test, line 16
- Tests for the Metatag module for the direct Panels integration, using i18n.
Class
  
  - MetatagPanelsI18nTest 
- Tests for the Metatag module for the direct Panels integration, using i18n.
Code
public static function getInfo() {
  return array(
    'name' => 'Metatag:Panels i18n tests',
    'description' => 'Test Metatag integration via the Metatag:Panels module.',
    'group' => 'Metatag',
    'dependencies' => array(
      'ctools',
      'devel',
      'token',
      'panels',
      'page_manager',
      'i18n',
    ),
  );
}