public static function RestfulCreateTaxonomyTermTestCase::getInfo in RESTful 7.2
Same name and namespace in other branches
- 7 tests/RestfulCreateTaxonomyTermTestCase.test \RestfulCreateTaxonomyTermTestCase::getInfo()
File
- tests/
RestfulCreateTaxonomyTermTestCase.test, line 13 - Contains RestfulCreateTaxonomyTermTestCase
Class
Code
public static function getInfo() {
return array(
'name' => 'Taxonomy term integration',
'description' => 'Test the creation of a taxonomy term entity type.',
'group' => 'RESTful',
);
}