Пример #1
0
 public function testGetLastRequestEmptyWithNoMessages()
 {
     $handlerParams = $this->makeSessionHandlerParams();
     $handler = new SoapHeader4($handlerParams);
     $result = $handler->getLastRequest('PNR_Retrieve');
     $this->assertNull($result);
 }