You are here

public static function ServicesParserTests::getInfo in Services 6.3

Same name and namespace in other branches
  1. 7.3 tests/functional/ServicesParserTests.test \ServicesParserTests::getInfo()

Implementation of getInfo().

File

tests/functional/ServicesParserTests.test, line 81
Call the endpoint tests when no authentication is being used.

Class

ServicesParserTests

Code

public static function getInfo() {
  return array(
    'name' => t('Parser'),
    'description' => t('Test the Parser functionality.'),
    'group' => t('Services'),
  );
}