public static function RESTClientTestCase::getInfo in RESTClient 7.2
File
- ./
restclient.test, line 12 - Tests for restclient module
Class
- RESTClientTestCase
- @file Tests for restclient module
Code
public static function getInfo() {
return array(
'name' => t('RESTClient tests'),
'description' => t('Test the REST client API methods.'),
'group' => t('RESTClient'),
);
}