mirror of
https://gitee.com/yansongda/pay.git
synced 2024-11-30 11:17:43 +08:00
11 lines
120 B
PHP
11 lines
120 B
PHP
|
<?php
|
||
|
|
||
|
namespace Yansongda\Pay\Tests\Provider;
|
||
|
|
||
|
use PHPUnit\Framework\TestCase;
|
||
|
|
||
|
class AlipayTest extends TestCase
|
||
|
{
|
||
|
|
||
|
}
|