Esempio n. 1
0
 public function testGetCorrelationIdInbound()
 {
     $this->_object->resetHeaders();
     $this->_object->setHeaders(array('x-xc-result-correlation-id' => 'test2'));
     $correlationId = $this->_object->getCorrelationId();
     $this->assertEquals('test2', $correlationId);
 }