Beispiel #1
0
 /**
  * @covers Ekho\Logstash\Lumberjack\Encoder::toCompressedFrame
  */
 public function testToCompressedFrame()
 {
     $this->assertEquals(pack('H*', '31430000001b789c3374616060608462e6ecd44a20c55a9698539a0a00209d03e6'), $this->instance->toCompressedFrame(array('key' => 'value'), 1));
 }