summaryrefslogtreecommitdiffstats
path: root/phpunit.xml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-26 22:29:35 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-26 22:29:35 +0100
commit5910da9d8f07bdc42df5bd7d33211acc688f1531 (patch)
treecf7d5c43ea79f9dbc767137c5bafdbc6c63c31da /phpunit.xml
parent3e213f6a277f8e854da6fcacd3b290770f88aef9 (diff)
fix indention
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>