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