JBZoo\PHPUnit\TimerTest::testSecondsToTimeStringInMillisecond PHP Method

testSecondsToTimeStringInMillisecond() public method

public testSecondsToTimeStringInMillisecond ( string $string, mixed $seconds )
$string string
$seconds mixed
    public function testSecondsToTimeStringInMillisecond($string, $seconds)
    {
        isSame($string, Timer::formatMS($seconds));
    }