You are here

public static function EntityCacheNodeTypeTestCase::getInfo in Entity cache 7

Overrides NodeTypeTestCase::getInfo

File

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

Class

EntityCacheNodeTypeTestCase
Copy of NodeTypeTestCase.

Code

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