You are here

public static function BootstrapTimerTestCase::getInfo in SimpleTest 7

File

tests/bootstrap.test, line 316

Class

BootstrapTimerTestCase

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