From 51615766b3ae08439e3537b3be3f4a6dbcff56b7 Mon Sep 17 00:00:00 2001
From: Marius Hein <marius.hein@netways.de>
Date: Thu, 18 Jul 2013 18:14:50 +0200
Subject: [PATCH] Command masks: Fix test runner

---
 test/php/phpunit.xml | 2 +-
 test/php/runtests    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/php/phpunit.xml b/test/php/phpunit.xml
index 5411851a0..912f526dc 100644
--- a/test/php/phpunit.xml
+++ b/test/php/phpunit.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<phpunit processIsolation="true">
+<phpunit>
     <testsuites>
         <!--
             Unit testing
diff --git a/test/php/runtests b/test/php/runtests
index d9f507899..6fd0d18c2 100755
--- a/test/php/runtests
+++ b/test/php/runtests
@@ -9,7 +9,7 @@ from optparse import OptionParser, BadOptionError, AmbiguousOptionError
 
 
 APPLICATION = 'phpunit'
-DEFAULT_ARGS = ['--static-backup']
+DEFAULT_ARGS = ['--strict']
 
 VAGRANT_SCRIPT = '/vagrant/test/php/runtests'
 REPORT_DIRECTORY = '../../build/log'