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.
1 parent bf55748 commit ab4ce39Copy full SHA for ab4ce39
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