bandwidthThrottle\tokenBucket\storage\PredisStorageTest::testRemoveFails PHP 메소드

testRemoveFails() 공개 메소드

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