pay/tests/Provider/AlipayTest.php

11 lines
120 B
PHP
Raw Normal View History

2021-06-06 21:39:26 +08:00
<?php
namespace Yansongda\Pay\Tests\Provider;
use PHPUnit\Framework\TestCase;
class AlipayTest extends TestCase
{
}