pay/tests/TestCase.php
2019-09-09 14:57:22 +08:00

15 lines
178 B
PHP

<?php
namespace Yansongda\Pay\Tests;
class TestCase extends \PHPUnit\Framework\TestCase
{
public function setUp()
{
}
public function tearDown()
{
}
}