public static function NodePageCacheTest::getInfo

File

drupal/modules/node/node.test, line 2925
Tests for node.module.

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