public static function EntityCachePageViewTestCase::getInfo in Entity cache 7
Overrides PageViewTestCase::getInfo
File
- ./
entitycache.test, line 908 - Entity Cache module tests.
Class
- EntityCachePageViewTestCase
- Copy of PageViewTestCase.
Code
public static function getInfo() {
return array(
'name' => 'Copy of PageViewTestCase',
'description' => 'Copy of PageViewTestCase',
'group' => 'Entity cache',
);
}