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