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

testUnpackFails() public method

Tests unpack() fails.
public testUnpackFails ( string $input )
$input string The input string.
    public function testUnpackFails($input)
    {
        DoublePacker::unpack($input);
    }