function BootstrapTimerTestCase::getInfo

File

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

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

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