add testsuite parameter to phpunit to respect our required test-order; minor fixes in Domains- and SubDomains Command

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-02-27 18:07:43 +01:00
parent 75bc6d32ab
commit 2bf5e90a77
4 changed files with 15 additions and 20 deletions

View File

@@ -194,6 +194,8 @@
taskname="phpunit">
<arg value="--configuration" />
<arg path="${basedir}/phpunit.xml" />
<arg value="--testsuite" />
<arg value="froxlor" />
</exec>
<property name="phpunit.done" value="true" />
@@ -205,6 +207,8 @@
<exec executable="${phpunit}" failonerror="true" taskname="phpunit">
<arg value="--configuration" />
<arg path="${basedir}/phpunit.xml" />
<arg value="--testsuite" />
<arg value="froxlor" />
<arg value="--no-coverage" />
</exec>