function BootstrapResettableStaticTestCase::getInfo

File

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

Class

BootstrapResettableStaticTestCase
Test that resetting static variables works.

Code

public static function getInfo() {
  return array(
    'name' => 'Resettable static variables test',
    'description' => 'Test that drupal_static() and drupal_static_reset() work.',
    'group' => 'Bootstrap',
  );
}

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