Skip to content

Commit

Permalink
Issue #124 additional test for completeness.
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Dec 12, 2018
1 parent bf55748 commit ab4ce39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Message/ServerNotifyRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ public function testServerNotifyRequestFailure()
$this->assertSame('failed', $this->request->getTransactionStatus());

$this->assertNull($this->request->getMessage());

$this->assertFalse($this->request->isSuccessful());
}

public function testError()
Expand Down

0 comments on commit ab4ce39

Please sign in to comment.