public static function RestfulCreateEntityTestCase::getInfo in RESTful 7.2
Same name and namespace in other branches
- 7 tests/RestfulCreateEntityTestCase.test \RestfulCreateEntityTestCase::getInfo()
File
- tests/
RestfulCreateEntityTestCase.test, line 20 - Contains RestfulCreateEntityTestCase
Class
- RestfulCreateEntityTestCase
- Class RestfulCreateEntityTestCase.
Code
public static function getInfo() {
return array(
'name' => 'Create entity',
'description' => 'Test the creation of an entity.',
'group' => 'RESTful',
);
}