summaryrefslogtreecommitdiffstats
path: root/vendor/paypal/paypal-checkout-sdk/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/paypal/paypal-checkout-sdk/phpunit.xml')
-rw-r--r--vendor/paypal/paypal-checkout-sdk/phpunit.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/paypal/paypal-checkout-sdk/phpunit.xml b/vendor/paypal/paypal-checkout-sdk/phpunit.xml
new file mode 100644
index 0000000..4e64bcb
--- /dev/null
+++ b/vendor/paypal/paypal-checkout-sdk/phpunit.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<phpunit bootstrap="./vendor/autoload.php">
+
+ <testsuites>
+ <testsuite name="integration">
+ <directory>./tests/</directory>
+ </testsuite>
+ </testsuites>
+</phpunit>