summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml
new file mode 100644
index 000000000..73efc552c
--- /dev/null
+++ b/phpunit.xml
@@ -0,0 +1,10 @@
+<phpunit
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/latest/phpunit.xsd"
+ bootstrap="tests/autoload.php"
+ verbose="true">
+ <testsuite name="tt-rss">
+ <directory>tests</directory>
+</testsuite>
+
+</phpunit>