public static function BootstrapResettableStaticTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ bootstrap.test, line 405
Class
- BootstrapResettableStaticTestCase
- Test that resetting static variables works.
Código
public static function getInfo() {
return array(
'name' => 'Resettable static variables test',
'description' => 'Test that drupal_static() and drupal_static_reset() work.',
'group' => 'Bootstrap',
);
}