mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-02 20:27:45 +08:00
15 lines
178 B
PHP
15 lines
178 B
PHP
<?php
|
|
|
|
namespace Yansongda\Pay\Tests;
|
|
|
|
class TestCase extends \PHPUnit\Framework\TestCase
|
|
{
|
|
public function setUp()
|
|
{
|
|
}
|
|
|
|
public function tearDown()
|
|
{
|
|
}
|
|
}
|