Fixed travis.

This commit is contained in:
李铭昕 2020-07-17 09:55:07 +08:00
parent 2217036aa8
commit eb85134ea5
2 changed files with 4 additions and 2 deletions

View File

@ -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()
{

View File

@ -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()
{