You are here

public static function MemcacheSessionTestCase::getInfo in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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',
  );
}