mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-04 21:29:29 +08:00
update
This commit is contained in:
parent
157425c858
commit
8eba4b3ce4
@ -13,7 +13,12 @@ use Yansongda\Supports\Str;
|
|||||||
|
|
||||||
class FunctionTest extends TestCase
|
class FunctionTest extends TestCase
|
||||||
{
|
{
|
||||||
protected function tearDown (): void
|
protected function setUp(): void
|
||||||
|
{
|
||||||
|
Pay::clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
protected function tearDown(): void
|
||||||
{
|
{
|
||||||
Pay::clear();
|
Pay::clear();
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,11 @@ use Yansongda\Supports\Pipeline;
|
|||||||
|
|
||||||
class PayTest extends TestCase
|
class PayTest extends TestCase
|
||||||
{
|
{
|
||||||
|
protected function setUp(): void
|
||||||
|
{
|
||||||
|
Pay::clear();
|
||||||
|
}
|
||||||
|
|
||||||
protected function tearDown(): void
|
protected function tearDown(): void
|
||||||
{
|
{
|
||||||
Pay::clear();
|
Pay::clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user