You are here

public static function NodePageCacheTest::getInfo in Drupal 7

File

modules/node/node.test, line 2967
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',
  );
}