Skip to content

Commit d761888

Browse files
committed
Remote autload lines (for travis)
1 parent c710145 commit d761888

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/GatewayTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* vim: ts=4 sw=4 sts=4 noet
55
* @package Gateway Tests
66
*/
7-
include "../vendor/autoload.php";
7+
88
/**
99
* The gateway URL to test against
1010
*/

test/PurchaseRequestTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
use function PHPUnit\Framework\assertEquals;
55

6-
include "../vendor/autoload.php";
7-
86
class PurchaseRequestTest extends PHPUnit\Framework\TestCase
97
{
108
public function test_error_checking_amount()

0 commit comments

Comments
 (0)