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

testRemoveFails() public method

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