Yaffs site version 1.1
[yaffs-website] / vendor / j7mbo / twitter-api-php / phpunit.xml
diff --git a/vendor/j7mbo/twitter-api-php/phpunit.xml b/vendor/j7mbo/twitter-api-php/phpunit.xml
new file mode 100644 (file)
index 0000000..ee5a42b
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit backupGlobals="false"
+         backupStaticAttributes="false"
+         colors="true"
+         convertErrorsToExceptions="true"
+         convertNoticesToExceptions="true"
+         convertWarningsToExceptions="true"
+         processIsolation="false"
+         stopOnFailure="false"
+         syntaxCheck="false"
+         bootstrap="./vendor/autoload.php"
+>
+    <testsuites>
+        <testsuite name="Twitter-Api-PHP Test Suite">
+            <directory>./test/</directory>
+        </testsuite>
+    </testsuites>
+</phpunit>
\ No newline at end of file