You are here

public static function ServicesResourceWebformTests::getInfo in Webform Service 7.4

Implementation of getInfo().

File

tests/ServicesResourceWebformTests.test, line 154

Class

ServicesResourceWebformTests
Run test cases for the endpoint with no authentication turned on.

Code

public static function getInfo() {
  return array(
    'name' => t('Webform & Submissions'),
    'description' => t('Test the webform resource and submission methods and actions.'),
    'group' => t('Services'),
  );
}