浏览代码

用户管理

rkljw 9 月之前
父节点
当前提交
e3b2b8362e
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 0
      app/Tools/CommonService.php
  2. 1 1
      vendor/test/Cases/ExampleTest.php
  3. 1 2
      vendor/test/HttpTestCase.php

+ 1 - 0
app/Tools/CommonService.php

@@ -0,0 +1 @@
+<?php

+ 1 - 1
test/Cases/ExampleTest.php → vendor/test/Cases/ExampleTest.php

@@ -10,7 +10,7 @@ declare(strict_types=1);
  * @license  https://github.com/hyperf/hyperf/blob/master/LICENSE
  */
 
-namespace HyperfTest\Cases;
+namespace vendor\test\Cases;
 
 use Hyperf\Testing\TestCase;
 

+ 1 - 2
test/HttpTestCase.php → vendor/test/HttpTestCase.php

@@ -10,11 +10,10 @@ declare(strict_types=1);
  * @license  https://github.com/hyperf/hyperf/blob/master/LICENSE
  */
 
-namespace HyperfTest;
+namespace vendor\test;
 
 use Hyperf\Testing\Client;
 use PHPUnit\Framework\TestCase;
-
 use function Hyperf\Support\make;
 
 /**