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()