Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
system
/
storage
/
vendor
/
braintree
/
braintree_php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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>