<?php

namespace Tests\Service\WechatPlatform;

use App\Service\WechatPlatform\GZHSendKFMessageService;
use PHPUnit\Framework\TestCase;

class GZHSendKFMessageServiceTest extends \TestCase
{

    public function testSendText()
    {

    }
}