PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
academe
/
omnipay-authorizenetapi
/
tests
<?php namespace Omnipay\AuthorizeNetApi; use Omnipay\Tests\GatewayTestCase; class ApiGatewayTests extends GatewayTestCase { public function setUp() { parent::setUp(); $this->gateway = new ApiGateway( $this->getHttpClient(), $this->getHttpRequest() ); $this->gateway->setAuthName('authName'); $this->gateway->setTransactionKey('transactionKey'); $this->gateway->setRefId('refId'); } }
[-] ApiGatewayTest.php
[edit]
[+]
..
[-] HostedPageGatewayTest.php
[edit]
[+]
Message
[+]
Mock