Skip to content

Commit

Permalink
Update GatewayTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cardgate authored Jan 28, 2020
1 parent 8c764c9 commit f4a4d2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/GatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ public function testFetchPaymentMethods ()
*/
$response = $this->gateway->fetchPaymentMethods()->send();
$this->assertInstanceOf( 'Omnipay\Cardgate\Message\FetchPaymentMethodsResponse', $response );
$paymentmethods = $response->getPaymentMethods();
$this->assertInstanceOf( 'Omnipay\Common\PaymentMethod', next ( $paymentmethods ) );
}

public function testPurchase ()
Expand Down

0 comments on commit f4a4d2e

Please sign in to comment.