Skip to content

Commit acc024b

Browse files
committed
a bit cleaned tests/bootstrap.php
1 parent 917964e commit acc024b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tests/bootstrap.php

+2-8
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,16 @@
2727
define("CP_TRANSACTION_KEY", "");
2828

2929

30-
//define("AUTHORIZENET_LOG_FILE", dirname(__FILE__) . "/log");
30+
// define("AUTHORIZENET_LOG_FILE", dirname(__FILE__) . "/log");
3131
// Clear logfile
32-
//file_put_contents(AUTHORIZENET_LOG_FILE, "");
32+
// file_put_contents(AUTHORIZENET_LOG_FILE, "");
3333

3434
if (!function_exists('curl_init')) {
3535
throw new Exception('AuthorizeNetSDK needs the CURL PHP extension.');
3636
}
37-
38-
3937
if (!function_exists('simplexml_load_file')) {
4038
throw new Exception('The AuthorizeNet SDK requires the SimpleXML PHP extension.');
4139
}
42-
43-
//require_once dirname(dirname(__FILE__)) . '/AuthorizeNet.php';
44-
//require_once 'PHPUnit/Framework.php';
45-
4640
if (AUTHORIZENET_API_LOGIN_ID == "") {
4741
die('Enter your merchant credentials in '.__FILE__.' before running the test suite.');
4842
}

0 commit comments

Comments
 (0)