public static function TimerUnitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/TimerUnitTest.php, line 17
Definition of Drupal\system\Tests\Bootstrap\TimerUnitTest.

Class

TimerUnitTest
Tests timer_read().

Namespace

Drupal\system\Tests\Bootstrap

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