function CtoolsPageTokens::getInfo

File

tests/page_tokens.test, line 15

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',
        ),
    );
}