You are here

public function PHP_TimerTest::testTimeSinceStartOfRequest in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/php-timer/Tests/TimerTest.php \PHP_TimerTest::testTimeSinceStartOfRequest()

@covers PHP_Timer::timeSinceStartOfRequest

File

vendor/phpunit/php-timer/Tests/TimerTest.php, line 42

Class

PHP_TimerTest
Tests for PHP_Timer.

Code

public function testTimeSinceStartOfRequest() {
  $this
    ->assertStringMatchesFormat('%f %s', PHP_Timer::timeSinceStartOfRequest());
}