Skip to content

Commit 25b0e37

Browse files
committed
use newer version of PHPUnit
to get TravisCI working
1 parent b2085af commit 25b0e37

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require": {
33
"php": ">=5.5",
44
"ext-curl": "*",
5-
"phpunit/phpunit": "~4.0 || ~6.0",
5+
"phpunit/phpunit": "~5.7",
66
"authorizenet/authorizenet": "1.9.2"
77
},
88
"autoload": {

test-runner.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
define("DONT_RUN_SAMPLES", "true");
33
define("SAMPLE_CODE_NAME_HEADING", "SampleCodeName");
44
require 'vendor/autoload.php';
5-
echo ("starting");
6-
print_r ( $_SERVER );
75

86
if ( $_SERVER['argc'] != 3 ) {
97
die('\n Usage: phpunit test-runner.php <SampleCodeDirectoryPath>');

0 commit comments

Comments
 (0)