Command masks: Fix test runner

This commit is contained in:
Marius Hein 2013-07-18 18:14:50 +02:00
parent 6e3e3c358b
commit 51615766b3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<phpunit processIsolation="true">
<phpunit>
<testsuites>
<!--
Unit testing

View File

@ -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'