Skip to content

Commit

Permalink
turned off tests logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cystbear committed Feb 13, 2013
1 parent b06c49f commit 819418a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
</testsuite>
</testsuites>

<!--
<logging>
<log type="junit" target="build/artifacts/logs/junit.xml" logIncompleteSkipped="false" />
</logging>
-->

</phpunit>
4 changes: 2 additions & 2 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
Expand Down

0 comments on commit 819418a

Please sign in to comment.