public static function RestfulEntityValidatorTestCase::getInfo in RESTful 7
Same name and namespace in other branches
- 7.2 tests/RestfulEntityValidatorTestCase.test \RestfulEntityValidatorTestCase::getInfo()
File
- tests/
RestfulEntityValidatorTestCase.test, line 10 - Contains RestfulEntityValidatorTestCase.
Class
- RestfulEntityValidatorTestCase
- @file Contains RestfulEntityValidatorTestCase.
Code
public static function getInfo() {
return array(
'name' => 'Entity validator',
'description' => 'Test integration with entity validator module.',
'group' => 'RESTful',
);
}