function CacheExampleTestCase::getInfo

File

cache_example/cache_example.test, line 17

Class

CacheExampleTestCase
Functional tests for the Cache Example module.

Code

public static function getInfo() {
  return array(
    'name' => 'Cache example functionality',
    'description' => 'Test the Cache Example module.',
    'group' => 'Examples',
  );
}