You are here

public static function EntityCacheCommentBlockFunctionalTest::getInfo in Entity cache 7

Overrides CommentBlockFunctionalTest::getInfo

File

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

Class

EntityCacheCommentBlockFunctionalTest
Copy of CommentBlockFunctionalTest.

Code

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