public static function MemcacheSessionTestCase::getInfo in Zircon Profile 8
Same name and namespace in other branches
- 8.0 modules/memcache/tests/memcache-session.test \MemcacheSessionTestCase::getInfo()
File
- modules/
memcache/ tests/ memcache-session.test, line 11 - Provides SimpleTests for core session handling functionality.
Class
- MemcacheSessionTestCase
- @file Provides SimpleTests for core session handling functionality.
Code
public static function getInfo() {
return array(
'name' => 'Session tests',
'description' => 'Memcache session handling tests.',
'group' => 'Memcache',
);
}