You are here

static function RestWSTestCase::getInfo in RESTful Web Services 7

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

File

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

Class

RestWSTestCase
@file RESTful web services tests.

Code

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