Example #1
0
 public function getCode()
 {
     return $this->processingStatus ? $this->processingStatus->getCode() : null;
 }
 public function testProcessingStatusHasIdCodeTypeResultAndTimeStamp()
 {
     $status = new ProcessingStatus('', 'Y', 'ACK');
     $this->assertTrue($status->isEligible());
     $this->assertTrue($status->isSuccessful());
 }