You are here

public static function CtoolsPageTokens::getInfo in Chaos Tool Suite (ctools) 7

File

tests/page_tokens.test, line 15
Tests for different parts of the ctools object caching system.

Class

CtoolsPageTokens
@file Tests for different parts of the ctools object caching system.

Code

public static function getInfo() {
  return array(
    'name' => 'Page token processing',
    'description' => 'Verify that page tokens can be set and read.',
    'group' => 'ctools',
    'dependencies' => array(
      'ctools',
    ),
  );
}