| Server IP : 103.161.17.216 / Your IP : 216.73.216.1 Web Server : nginx/1.18.0 System : Linux tipsysaigoncharming 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/app.houseland.info/application/vendor/authorizenet/authorizenet/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://phpunit.de/phpunit.xsd"
bootstrap="./tests/bootstrap.php" backupGlobals="false"
verbose="true" colors="true">
<testsuites>
<testsuite name="AuthorizeNet Integration Tests">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"
lowUpperBound="50" highLowerBound="80" />
<log type="coverage-clover" target="./build/logs/clover.xml" />
</logging>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./lib</directory>
<exclude>
<directory>./vendor</directory>
<directory>./tests</directory>
<directory>./build</directory>
</exclude>
</whitelist>
</filter>
<php>
<const name="PHPUNIT_TESTSUITE" value="true" />
<!-- Enter your test account credentials to run tests against sandbox. -->
<const name="AUTHORIZENET_API_LOGIN_ID" value="5KP3u95bQpv" />
<const name="AUTHORIZENET_TRANSACTION_KEY" value="346HZ32z3fP4hTG2" />
<const name="AUTHORIZENET_MD5_SETTING" value="" />
<!-- Enter your live account credentials to run tests against production gateway. -->
<const name="MERCHANT_LIVE_API_LOGIN_ID" value="" />
<const name="MERCHANT_LIVE_TRANSACTION_KEY" value="" />
<!-- Card Present Sandbox Credentials -->
<const name="CP_API_LOGIN_ID" value="" />
<const name="CP_TRANSACTION_KEY" value="" />
<const name="AUTHORIZENET_LOG_FILE" value="./tests/log" />
</php>
</phpunit>