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 c6ee5ec + 7587caf commit 3a8d18dCopy full SHA for 3a8d18d
tests/Omnipay/Common/Message/AbstractResponseTest.php
@@ -26,6 +26,8 @@ public function testDefaultMethods()
26
{
27
$this->assertFalse($this->response->isPending());
28
$this->assertFalse($this->response->isRedirect());
29
+ $this->assertFalse($this->response->isTransparentRedirect());
30
+ $this->assertFalse($this->response->isCancelled());
31
$this->assertNull($this->response->getData());
32
$this->assertNull($this->response->getTransactionReference());
33
$this->assertNull($this->response->getMessage());
0 commit comments