Skip to content

Commit 3271605

Browse files
committed
Added isBusy method to the client stub so older redis clients are tested
1 parent 522ba43 commit 3271605

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ClientStub.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,9 @@ public function del(): PromiseInterface
4848
{
4949
return resolve();
5050
}
51+
52+
public function isBusy()
53+
{
54+
return true;
55+
}
5156
}

0 commit comments

Comments
 (0)