Skip to content

Commit 7587caf

Browse files
committed
testDefaultMethods is missing two checks for AbstractResponse
1 parent 3d7b925 commit 7587caf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Omnipay/Common/Message/AbstractResponseTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ public function testDefaultMethods()
2626
{
2727
$this->assertFalse($this->response->isPending());
2828
$this->assertFalse($this->response->isRedirect());
29+
$this->assertFalse($this->response->isTransparentRedirect());
30+
$this->assertFalse($this->response->isCancelled());
2931
$this->assertNull($this->response->getData());
3032
$this->assertNull($this->response->getTransactionReference());
3133
$this->assertNull($this->response->getMessage());

0 commit comments

Comments
 (0)