summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpunit.xml b/phpunit.xml
index bd2b01caf..5c67f0a64 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,7 +1,7 @@
<phpunit bootstrap="tests/bootstrap.php" colors="true">
-<testsuites>
- <testsuite name="unit">
- <directory>./tests/unit</directory>
- </testsuite>
-</testsuites>
+ <testsuites>
+ <testsuite name="unit">
+ <directory>./tests/unit</directory>
+ </testsuite>
+ </testsuites>
</phpunit>