You are here

public static function EntityCacheCommentNodeAccessTest::getInfo in Entity cache 7

Overrides CommentNodeAccessTest::getInfo

File

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

Class

EntityCacheCommentNodeAccessTest
Copy of CommentNodeAccessTest.

Code

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