<?php $this->markTestSkipped('HHVM does not support socket operation on test memory stream');
}
$resource = fopen('php://memory', 'r+');
$loop = $this->getMockBuilder('React\EventLoop\LoopInterface')->getMock();
$connection = new Connection($resource, $loop);