You are here

private static property PHP_Timer::$times in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/php-timer/src/Timer.php \PHP_Timer::times

Type: array

File

vendor/phpunit/php-timer/src/Timer.php, line 21

Class

PHP_Timer
Utility class for timing.

Code

private static $times = array(
  'hour' => 3600000,
  'minute' => 60000,
  'second' => 1000,
);