File "phpunit.xml.dist"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/braintree/braintree_php/phpunit.xml.dist
File
size: 665 B (665 B bytes)
MIME-type: text/xml
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<php>
<ini name="error_reporting" value="32767"/>
</php>
<testsuites>
<testsuite name="unit">
<directory>./tests/unit</directory>
</testsuite>
<testsuite name="integration">
<directory>./tests/integration</directory>
</testsuite>
</testsuites>
</phpunit>