Skip to content

Commit 14ac969

Browse files
Add a test for passing NULL to auth
1 parent b465b79 commit 14ac969

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/RedisTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6068,6 +6068,7 @@ public function testInvalidAuthArgs() {
60686068
$obj_new = $this->newInstance();
60696069

60706070
$arr_args = [
6071+
NULL,
60716072
[],
60726073
[NULL, NULL],
60736074
['foo', 'bar', 'baz'],

0 commit comments

Comments
 (0)