createMock(TransportInterface::class); $transport->method('contentType')->willReturn('application/json'); $serializer = ProtobufSerializer::forTransport($transport); $response = new ExportTraceServiceResponse(); $serializer->hydrate($response, '{}'); $this->assertNull($response->getPartialSuccess()); } }