function NodePageCacheTest::getInfo

File

modules/node/node.test, line 3031

Class

NodePageCacheTest
Tests the cache invalidation of node operations.

Code

public static function getInfo() {
    return array(
        'name' => 'Node page cache test',
        'description' => 'Test cache invalidation of node operations.',
        'group' => 'Node',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.