public static function MetatagCoreWithSearchApiTest::getInfo in Metatag 7
Defines the test.
File
- tests/
MetatagCoreWithSearchApiTest.test, line 37 - Tests for the Search API integration.
Class
- MetatagCoreWithSearchApiTest
- Tests for the Search API integration.
Code
public static function getInfo() {
return array(
'name' => 'Metatag Search API tests',
'description' => 'Tests the Metatag Search API integration.',
'group' => 'Metatag',
'dependencies' => array(
'ctools',
'devel',
'token',
'entity',
'search_api',
),
);
}