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