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

testBrokenCommunication() public method

Tests broken server communication.
public testBrokenCommunication ( callable $method )
$method callable The tested method.
    public function testBrokenCommunication(callable $method)
    {
        $this->redis->close();
        call_user_func($method, $this->storage);
    }