This commit is contained in:
sunxyw
2022-03-29 19:48:31 +08:00
committed by Jerry Ma
parent c4da26c19d
commit 533fe187bd
2 changed files with 8 additions and 2 deletions

View File

@@ -4,9 +4,12 @@ declare(strict_types=1);
namespace Tests\ZM\Utils;
use ZM\Utils\SingletonTrait;
use PHPUnit\Framework\TestCase;
use ZM\Utils\SingletonTrait;
/**
* @internal
*/
class SingletonTraitTest extends TestCase
{
public function testGetInstance(): void