Skip to content

Commit 3a8d18d

Browse files
committed
Merge pull request #55 from timgws/fix-abstract-response
100% test coverage for AbstractResponse
2 parents c6ee5ec + 7587caf commit 3a8d18d

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)