Command masks: Fix test runner
This commit is contained in:
parent
6e3e3c358b
commit
51615766b3
test/php
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<phpunit processIsolation="true">
|
<phpunit>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<!--
|
<!--
|
||||||
Unit testing
|
Unit testing
|
||||||
|
|
|
@ -9,7 +9,7 @@ from optparse import OptionParser, BadOptionError, AmbiguousOptionError
|
||||||
|
|
||||||
|
|
||||||
APPLICATION = 'phpunit'
|
APPLICATION = 'phpunit'
|
||||||
DEFAULT_ARGS = ['--static-backup']
|
DEFAULT_ARGS = ['--strict']
|
||||||
|
|
||||||
VAGRANT_SCRIPT = '/vagrant/test/php/runtests'
|
VAGRANT_SCRIPT = '/vagrant/test/php/runtests'
|
||||||
REPORT_DIRECTORY = '../../build/log'
|
REPORT_DIRECTORY = '../../build/log'
|
||||||
|
|
Loading…
Reference in New Issue