This commit is contained in:
yansongda 2021-06-29 19:20:28 +08:00
parent 157425c858
commit 8eba4b3ce4
2 changed files with 11 additions and 1 deletions

View File

@ -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();
}

View File

@ -21,6 +21,11 @@ use Yansongda\Supports\Pipeline;
class PayTest extends TestCase
{
protected function setUp(): void
{
Pay::clear();
}
protected function tearDown(): void
{
Pay::clear();