diff options
Diffstat (limited to 'vendor/paypal/paypalhttp/phpunit.xml')
-rw-r--r-- | vendor/paypal/paypalhttp/phpunit.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/paypal/paypalhttp/phpunit.xml b/vendor/paypal/paypalhttp/phpunit.xml new file mode 100644 index 0000000..ea84278 --- /dev/null +++ b/vendor/paypal/paypalhttp/phpunit.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<phpunit bootstrap="./vendor/autoload.php"> + + <testsuites> + <testsuite name="unit"> + <directory>./tests/unit</directory> + </testsuite> + </testsuites> + +</phpunit> |