function BootstrapDrupalCacheArrayTestCase::getInfo

File

modules/simpletest/tests/bootstrap.test, line 913

Class

BootstrapDrupalCacheArrayTestCase
Tests DrupalCacheArray functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'DrupalCacheArray tests',
    'description' => 'Test DrupalCacheArray functionality.',
    'group' => 'Bootstrap',
  );
}

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