summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/phpunit.xml')
-rw-r--r--vendor/fguillot/picofeed/phpunit.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/fguillot/picofeed/phpunit.xml b/vendor/fguillot/picofeed/phpunit.xml
new file mode 100644
index 000000000..806316326
--- /dev/null
+++ b/vendor/fguillot/picofeed/phpunit.xml
@@ -0,0 +1,7 @@
+<phpunit bootstrap="./vendor/autoload.php">
+ <testsuites>
+ <testsuite name="PicoFeed">
+ <directory>tests</directory>
+ </testsuite>
+ </testsuites>
+</phpunit> \ No newline at end of file