We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97fd7e4 + ab4ce39 commit 9f24c0eCopy full SHA for 9f24c0e
tests/Message/ServerNotifyRequestTest.php
@@ -132,6 +132,8 @@ public function testServerNotifyRequestFailure()
132
$this->assertSame('failed', $this->request->getTransactionStatus());
133
134
$this->assertNull($this->request->getMessage());
135
+
136
+ $this->assertFalse($this->request->isSuccessful());
137
}
138
139
public function testError()
0 commit comments