From 819418a088755ab1c93f7550fa38ce0e2b3cbdac Mon Sep 17 00:00:00 2001 From: Oleg Zinchenko <1cdecoder@gmail.com> Date: Wed, 13 Feb 2013 04:48:47 +0200 Subject: [PATCH] turned off tests logging --- phpunit.xml.dist | 2 ++ tests/bootstrap.php | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 08a0308..49fcd56 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -21,8 +21,10 @@ + diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 089c408..0c858f0 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -27,9 +27,9 @@ define("CP_TRANSACTION_KEY", ""); -define("AUTHORIZENET_LOG_FILE", dirname(__FILE__) . "/log"); +//define("AUTHORIZENET_LOG_FILE", dirname(__FILE__) . "/log"); // Clear logfile -file_put_contents(AUTHORIZENET_LOG_FILE, ""); +//file_put_contents(AUTHORIZENET_LOG_FILE, ""); if (!function_exists('curl_init')) { throw new Exception('AuthorizeNetSDK needs the CURL PHP extension.');