|
@@ -91,6 +91,9 @@ class TestRefillThird extends TestCase
|
|
|
];
|
|
|
|
|
|
$ret = refill\util::push_add($params);
|
|
|
+ $ret = refill\util::push_notify('baidu',$params);
|
|
|
+ $ret = refill\util::push_notify_merchant(1,true);
|
|
|
+
|
|
|
Log::record("push message",Log::DEBUG);
|
|
|
}
|
|
|
//docker-compose run phpcli php /var/www/html/phpunit-9.2.5.phar --filter "/(TestRefillThird::testPushPhones)( .*)?$/" --test-suffix TestRefillThird.php /var/www/html/test
|