public static function ServicesResourceCommentTests::getInfo in Services 7.3
Same name and namespace in other branches
- 6.3 tests/functional/ServicesResourceCommentTests.test \ServicesResourceCommentTests::getInfo()
 
Implementation of getInfo().
File
- tests/
functional/ ServicesResourceCommentTests.test, line 36  - Call the endpoint tests when no authentication is being used.
 
Class
- ServicesResourceCommentTests
 - Run test cases for the endpoint with no authentication turned on.
 
Code
public static function getInfo() {
  return array(
    'name' => 'Resource Comment',
    'description' => 'Test the resource Comment methods and actions.',
    'group' => 'Services',
    // The libraries module is required by rest_service, which is used by
    // ServicesEndpointTests.
    'dependencies' => array(
      'ctools',
      'libraries',
    ),
  );
}