aboutsummaryrefslogtreecommitdiff
path: root/tests/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit.xml')
-rw-r--r--tests/phpunit.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
deleted file mode 100644
index cebfd0df8..000000000
--- a/tests/phpunit.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<phpunit bootstrap="bootstrap.php">
- <filter>
- <whitelist>
- <directory suffix=".php">../app</directory>
- </whitelist>
- </filter>
- <testsuites>
- <testsuite name="FreshRSS">
- <directory>app</directory>
- </testsuite>
- </testsuites>
-</phpunit>