summaryrefslogtreecommitdiff
path: root/_test/phpunit.xml
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2014-04-30 16:06:00 +0200
committerAndreas Gohr <gohr@cosmocode.de>2014-04-30 16:06:24 +0200
commit7a7b77ef2f397e944e30abb47e0d348639e1b821 (patch)
tree2f2c1c3101907e28973858ab6cc7fb8b52a14b3b /_test/phpunit.xml
parent4dbf4add0cf35c2cb870334864791603b6c7388e (diff)
downloadrpg-7a7b77ef2f397e944e30abb47e0d348639e1b821.tar.gz
rpg-7a7b77ef2f397e944e30abb47e0d348639e1b821.tar.bz2
some updates on phpunit docs and settings
Diffstat (limited to '_test/phpunit.xml')
-rw-r--r--_test/phpunit.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/_test/phpunit.xml b/_test/phpunit.xml
index fc7dd8be0..25506b1ae 100644
--- a/_test/phpunit.xml
+++ b/_test/phpunit.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="bootstrap.php"
- convertNoticesToExceptions="false">
+ convertNoticesToExceptions="false"
+ colors="true"
+ stderr="true"
+ >
<testsuites>
<testsuite name="DokuWiki Tests">