mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-10 10:15:35 +08:00
fix cs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user