mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-02 12:17:38 +08:00
10 lines
134 B
PHP
10 lines
134 B
PHP
<?php
|
|
|
|
namespace Yansongda\Pay\Tests;
|
|
|
|
use PHPUnit\Framework\TestCase as PHPUnitTestCase;
|
|
|
|
class TestCase extends PHPUnitTestCase
|
|
{
|
|
}
|