Command masks: Fix test runner
This commit is contained in:
parent
6e3e3c358b
commit
51615766b3
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<phpunit processIsolation="true">
|
||||
<phpunit>
|
||||
<testsuites>
|
||||
<!--
|
||||
Unit testing
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue