public static function DisplayCacheTestCase::getInfo in Display Cache 7
File
- tests/
display_cache.test, line 7
Class
- DisplayCacheTestCase
- DisplayCacheTestCase.
Code
public static function getInfo() {
return array(
'name' => 'Display Cache Test Case',
'description' => 'Tests if the cache is operating',
'group' => 'Entity cache',
);
}