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