public static function CacheExampleTestCase::getInfo in Examples for Developers 7
File
- cache_example/
cache_example.test, line 17 - Test case for testing the cache example module.
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',
);
}