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

testRemoveFails() public method

Tests remove() fails.
public testRemoveFails ( )
    public function testRemoveFails()
    {
        $this->storage->bootstrap(1);
        $this->storage->remove();
        $this->storage->remove();
    }