mirror of
https://github.com/predis/predis.git
synced 2026-09-11 02:46:59 +00:00
fix test
This commit is contained in:
@@ -263,7 +263,6 @@ class SentinelReplication implements ReplicationInterface
|
||||
// in a later release.
|
||||
$parameters['database'] = null;
|
||||
$parameters['username'] = null;
|
||||
$parameters['password'] = null;
|
||||
|
||||
if (!isset($parameters['timeout'])) {
|
||||
$parameters['timeout'] = $this->sentinelTimeout;
|
||||
|
||||
Reference in New Issue
Block a user