You are here

public static function RestfulCreateTaxonomyTermTestCase::getInfo in RESTful 7

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

File

tests/RestfulCreateTaxonomyTermTestCase.test, line 10
Contains RestfulCreateTaxonomyTermTestCase

Class

RestfulCreateTaxonomyTermTestCase
@file Contains RestfulCreateTaxonomyTermTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Taxonomy term integration',
    'description' => 'Test the creation of a taxonomy term entity type.',
    'group' => 'RESTful',
  );
}