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