You are here

public static function EntityCacheBookTestCase::getInfo in Entity cache 7

Overrides BookTestCase::getInfo

File

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

Class

EntityCacheBookTestCase
Copy of BookTestCase.

Code

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