mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-04 20:58:13 +08:00
Fixed travis.
This commit is contained in:
parent
2217036aa8
commit
eb85134ea5
@ -15,12 +15,13 @@ use Hyperf\JsonRpcClient\Exception\ServerException;
|
||||
use Hyperf\JsonRpcClient\Packer\JsonLengthPacker;
|
||||
use Hyperf\JsonRpcClient\Transporter\TransporterInterface;
|
||||
use HyperfTest\Stub\IdGenerator;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* @coversNothing
|
||||
*/
|
||||
class ClientTest extends AbstractTestCase
|
||||
class ClientTest extends TestCase
|
||||
{
|
||||
protected function tearDown()
|
||||
{
|
||||
|
@ -15,12 +15,13 @@ use Hyperf\JsonRpcClient\Exception\ServerException;
|
||||
use Hyperf\JsonRpcClient\Packer\JsonLengthPacker;
|
||||
use Hyperf\JsonRpcClient\Transporter\TcpTransporter;
|
||||
use HyperfTest\Stub\IdGenerator;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* @coversNothing
|
||||
*/
|
||||
class ExampleTest extends AbstractTestCase
|
||||
class ExampleTest extends TestCase
|
||||
{
|
||||
public function testExample()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user