public static function ServicesEntityNodeResourceTest::getInfo in Services Entity API 7.2
Returns information about this test case.
Return value
An array of information about this test case
File
- tests/
services_entity.test, line 674 - Services Entity Tests
Class
- ServicesEntityNodeResourceTest
- Tests entity_node services for both the generic and clean controller.
Code
public static function getInfo() {
return array(
'name' => 'Entity Node Resource',
'description' => 'Ensure that the entity_node resource functions correctly.',
'group' => 'Services Entity',
);
}