enhance test run (#193)

This commit is contained in:
sunxyw
2022-12-23 17:16:08 +08:00
committed by GitHub
parent 9128efbaa1
commit 5e8f80b626
8 changed files with 94 additions and 23 deletions

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace Tests\ZM\Utils;
use PHPUnit\Framework\TestCase;
use Tests\TestCase;
use ZM\Utils\ReflectionUtil;
/**