You are here

public static function RestfulDiscoveryTestCase::getInfo in RESTful 7

Same name and namespace in other branches
  1. 7.2 tests/RestfulDiscoveryTestCase.test \RestfulDiscoveryTestCase::getInfo()

File

tests/RestfulDiscoveryTestCase.test, line 10
Contains RestfulDiscoveryTestCase

Class

RestfulDiscoveryTestCase
@file Contains RestfulDiscoveryTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Discovery',
    'description' => 'Test the discovery features.',
    'group' => 'RESTful',
  );
}