You are here

public static function EntityCacheMultiStepNodeFormBasicOptionsTest::getInfo in Entity cache 7

Overrides MultiStepNodeFormBasicOptionsTest::getInfo

File

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

Class

EntityCacheMultiStepNodeFormBasicOptionsTest
Copy of MultiStepNodeFormBasicOptionsTest.

Code

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