public static function LinkitsearchPluginTaxonomyTermTestCase::getInfo in Linkit 7.3
Definition.
File
- test/
linkit_search_plugin_taxonomy_term.test, line 15 - Tests for Linkit search plugin taxonomy term.
Class
- LinkitsearchPluginTaxonomyTermTestCase
- Test the the taxonomy term search plugin.
Code
public static function getInfo() {
return array(
'name' => 'Linkit Search plugin (Taxonomy term)',
'description' => 'Test the the taxonomy term search plugin.',
'group' => 'Linkit',
);
}