mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
fix cs
This commit is contained in:
parent
c4da26c19d
commit
533fe187bd
@ -4,15 +4,18 @@ declare(strict_types=1);
|
||||
|
||||
namespace Tests\ZM\Utils;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Swoole\Http\Request;
|
||||
use Swoole\Http\Response;
|
||||
use Symfony\Component\Routing\RouteCollection;
|
||||
use ZM\Annotation\Http\RequestMapping;
|
||||
use ZM\Annotation\Http\RequestMethod;
|
||||
use ZM\Utils\HttpUtil;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use ZM\Utils\Manager\RouteManager;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
class HttpUtilTest extends TestCase
|
||||
{
|
||||
/**
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user