public static function EntityCacheTaxonomyVocabularyUnitTest::getInfo in Entity cache 7
Overrides TaxonomyVocabularyTestCase::getInfo
File
- ./
entitycache.test, line 1345 - Entity Cache module tests.
Class
- EntityCacheTaxonomyVocabularyUnitTest
- Copy of TaxonomyVocabularyUnitTest.
Code
public static function getInfo() {
return array(
'name' => 'Copy of TaxonomyVocabularyTestCase',
'description' => 'Copy of TaxonomyVocabularyTestCase',
'group' => 'Entity cache',
);
}