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