You are here

public function PHP_TimerTest::testStartStop in Zircon Profile 8

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

@covers PHP_Timer::start @covers PHP_Timer::stop

File

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

Class

PHP_TimerTest
Tests for PHP_Timer.

Code

public function testStartStop() {
  $this
    ->assertInternalType('float', PHP_Timer::stop());
}