|
@@ -45,6 +45,14 @@ class TestRefill extends TestCase
|
|
|
$providers = refill\RefillFactory::instance();
|
|
|
}
|
|
|
|
|
|
+ public function testBJBAddPhone()
|
|
|
+ {
|
|
|
+ global $config;
|
|
|
+ $providers = new refill\bjb\RefillPhone([]);
|
|
|
+ $resp = $providers->add(15120035568,4,50,['order_sn' => '350662047177951290']);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
public function testRefillPhone()
|
|
|
{
|
|
|
global $config;
|