Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2020-07-07 20:43:31 +0300
committermichael-grunder <michael.grunder@gmail.com>2020-07-07 20:43:31 +0300
commit14ac969da29dbf7203f8db31988ca26b9b45f583 (patch)
tree6ad220b15680569f8caf3871786862f5bd043541
parentb465b797c052a1b7a308195438f86a6f1d6ad485 (diff)
Add a test for passing NULL to auth
-rw-r--r--tests/RedisTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/RedisTest.php b/tests/RedisTest.php
index 4c92e7f6..c7a403f3 100644
--- a/tests/RedisTest.php
+++ b/tests/RedisTest.php
@@ -6068,6 +6068,7 @@ class Redis_Test extends TestSuite
$obj_new = $this->newInstance();
$arr_args = [
+ NULL,
[],
[NULL, NULL],
['foo', 'bar', 'baz'],