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