Skip to content

Commit

Permalink
Merge pull request #126 from academe/master
Browse files Browse the repository at this point in the history
Issue #124 additional test for completeness.
  • Loading branch information
judgej authored Dec 12, 2018
2 parents 97fd7e4 + ab4ce39 commit 9f24c0e
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 9f24c0e

Please sign in to comment.