We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2085af commit 25b0e37Copy full SHA for 25b0e37
composer.json
@@ -2,7 +2,7 @@
2
"require": {
3
"php": ">=5.5",
4
"ext-curl": "*",
5
- "phpunit/phpunit": "~4.0 || ~6.0",
+ "phpunit/phpunit": "~5.7",
6
"authorizenet/authorizenet": "1.9.2"
7
},
8
"autoload": {
test-runner.php
@@ -2,8 +2,6 @@
define("DONT_RUN_SAMPLES", "true");
define("SAMPLE_CODE_NAME_HEADING", "SampleCodeName");
require 'vendor/autoload.php';
-echo ("starting");
-print_r ( $_SERVER );
if ( $_SERVER['argc'] != 3 ) {
9
die('\n Usage: phpunit test-runner.php <SampleCodeDirectoryPath>');
0 commit comments