bandwidthThrottle\tokenBucket\storage\IPCStorageTest::testSetMicrotimeFails PHP Method

testSetMicrotimeFails() public method

Tests setMicrotime() fails.
    public function testSetMicrotimeFails()
    {
        $storage = new IPCStorage(ftok(__FILE__, "a"));
        $storage->remove();
        @$storage->setMicrotime(123);
    }