You are here

public static function EntityCachePagePreviewTestCase::getInfo in Entity cache 7

Overrides PagePreviewTestCase::getInfo

File

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

Class

EntityCachePagePreviewTestCase
Copy of PagePreviewTestCase.

Code

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