You are here

public static function RestfulCreateEntityTestCase::getInfo in RESTful 7

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

File

tests/RestfulCreateEntityTestCase.test, line 10
Contains RestfulCreateEntityTestCase

Class

RestfulCreateEntityTestCase
@file Contains RestfulCreateEntityTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Create entity',
    'description' => 'Test the creation of an entity.',
    'group' => 'RESTful',
  );
}