Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | class GatewayTest extends AbstractTest |
||
13 | { |
||
14 | public function test_getApiUrl() |
||
15 | { |
||
16 | $gateway = new Gateway(); |
||
17 | |||
18 | // INITIAL TEST MODE IS TRUE |
||
19 | self::assertEquals( |
||
20 | 'https://api.Paylike.com', |
||
21 | $gateway->getApiUrl() |
||
22 | ); |
||
23 | } |
||
24 | |||
25 | public function testPurchaseRequestEndpointUrl() |
||
31 | } |
||
32 | } |
||
33 |