stanley-king 3 年 前
コミット
e4667a5a2c
1 ファイル変更8 行追加0 行削除
  1. 8 0
      test/TestRedis.php

+ 8 - 0
test/TestRedis.php

@@ -297,6 +297,14 @@ class TestRedis extends TestCase
 
     public function testPushQueue()
     {
+        $ret = refill\util::push_queue(1,"xxxxx",['a' => 1,'b' => 1,'c' => 1]);
+        $ret = refill\util::query_queue(1,"xxxxx");
+
+
+    }
+
+    public function testPushReturn()
+    {
         $ret = refill\util::push_add(['xxxx']);
         $ret = refill\util::push_notify('xxx',['xxxx']);
     }