public static function BootstrapTimerTestCase::getInfo
7.x bootstrap.test | public static BootstrapTimerTestCase::getInfo() |
File
- drupal-7.x/
modules/ simpletest/ tests/ bootstrap.test, line 382
Class
Code
public static function getInfo() {
return array(
'name' => 'Timer test',
'description' => 'Test that timer_read() works both when a timer is running and when a timer is stopped.',
'group' => 'Bootstrap',
);
}