bandwidthThrottle\tokenBucket\util\DoublePackerTest::testUnpack PHP Method

testUnpack() public method

Tests unpack().
public testUnpack ( double $expected, string $input )
$expected double The expected double.
$input string The input string.
    public function testUnpack($expected, $input)
    {
        $this->assertEquals($expected, DoublePacker::unpack($input));
    }