@@ -0,0 +1 @@
+<?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;
@@ -10,11 +10,10 @@ declare(strict_types=1);
-namespace HyperfTest;
+namespace vendor\test;
use Hyperf\Testing\Client;
use PHPUnit\Framework\TestCase;
-
use function Hyperf\Support\make;
/**