Yaffs site version 1.1
[yaffs-website] / vendor / psy / psysh / phpunit.xml.dist
diff --git a/vendor/psy/psysh/phpunit.xml.dist b/vendor/psy/psysh/phpunit.xml.dist
new file mode 100644 (file)
index 0000000..78b2b33
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit backupGlobals="false" colors="true" bootstrap="vendor/autoload.php">
+       <testsuite name="PsySH">
+               <directory suffix="Test.php">./test</directory>
+       </testsuite>
+
+       <filter>
+               <whitelist>
+                       <directory suffix=".php">./src/Psy</directory>
+               </whitelist>
+       </filter>
+</phpunit>