You are here

public static function EntityCacheNodeRevisionsTestCase::getInfo in Entity cache 7

Overrides NodeRevisionsTestCase::getInfo

File

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

Class

EntityCacheNodeRevisionsTestCase
Copy of NodeRevisionsTestCase.

Code

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