You are here

public static function EntityCacheTaxonomyVocabularyFunctionalTest::getInfo in Entity cache 7

Overrides TaxonomyVocabularyFunctionalTest::getInfo

File

./entitycache.test, line 1322
Entity Cache module tests.

Class

EntityCacheTaxonomyVocabularyFunctionalTest
Copy of TaxonomyVocabularyFunctionalTest.

Code

public static function getInfo() {
  return array(
    'name' => 'Copy of TaxonomyVocabularyFunctionalTest',
    'description' => 'Copy of TaxonomyVocabularyFunctionalTest',
    'group' => 'Entity cache',
  );
}