You are here

public static function EntityCacheCommentApprovalTest::getInfo in Entity cache 7

Overrides CommentApprovalTest::getInfo

File

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

Class

EntityCacheCommentApprovalTest
Copy of CommentApprovalTest.

Code

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