bandwidthThrottle\tokenBucket\storage\PHPRedisStorageTest::testRemoveFails PHP Méthode

testRemoveFails() public méthode

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