stanley-king 11 月之前
父节点
当前提交
dfc5e2ec29
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      test/TestCardNo.php

+ 5 - 0
test/TestCardNo.php

@@ -100,7 +100,12 @@ class TestCardNo extends TestCase
     {
         $card_no = 14761582181;
         $card_type = mtopcard\card_type($card_no,$region);
+    }
 
+    public function testQueryCardInfoEx()
+    {
+        $query = new mtopcard\open_query();
+        [$succ, $ret] = $query->validate('14761582181');
     }
 
     public function testLoop_order()