You are here

public static function RestWSTestCase::getInfo in RESTful Web Services 7.2

Same name and namespace in other branches
  1. 7 restws.test \RestWSTestCase::getInfo()

File

./restws.test, line 10
RESTful web services tests.

Class

RestWSTestCase
@file RESTful web services tests.

Code

public static function getInfo() {
  return array(
    'name' => 'RESTful web services tests',
    'description' => 'Tests CRUD operations via the REST web service.',
    'group' => 'Services',
  );
}