You are here

public static function MetatagViewsTest::getInfo in Metatag 7

File

metatag_views/tests/MetatagViewsTest.test, line 16
Tests for the Metatag module for the direct Views integration.

Class

MetatagViewsTest
Tests for the Metatag module for the direct Views integration.

Code

public static function getInfo() {
  return array(
    'name' => 'Metatag:Views tests',
    'description' => 'Test Metatag integration via the Metatag:Views module.',
    'group' => 'Metatag',
    'dependencies' => array(
      'ctools',
      'devel',
      'token',
    ),
  );
}