From 3354d53a4804394e28567ac0847182b3abe9d7ff Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 19 Jan 2016 18:09:53 +0100 Subject: [PATCH] Reset phpunit xml. --- pu.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pu.sh b/pu.sh index 0029a63e66..8f849a617c 100755 --- a/pu.sh +++ b/pu.sh @@ -3,6 +3,9 @@ # set testing environment cp .env.testing .env +# set default phpunit. +cp phpunit.default.xml phpunit.xml + # delete test databases: if [ -f storage/database/testing.db ] then