You are here

public static function EntityCacheUserPictureTestCase::getInfo in Entity cache 7

Overrides UserPictureTestCase::getInfo

File

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

Class

EntityCacheUserPictureTestCase
Copy of UserPictureTestCase.

Code

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