public static function BootstrapResettableStaticTestCase::getInfo

File

drupal/modules/simpletest/tests/bootstrap.test, line 670

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