Make task with Infection dependent of PHPUnit tests

This commit is contained in:
Meritoo
2019-08-10 21:32:29 +02:00
parent dabb1e90c3
commit a5148de31c

View File

@@ -89,7 +89,7 @@
</target> </target>
<!-- Run mutation testing --> <!-- Run mutation testing -->
<target name="test:infection" depends="build:prepare"> <target name="test:infection" depends="test:phpunit">
<exec command="${tests.mutation.command}" passthru="true"/> <exec command="${tests.mutation.command}" passthru="true"/>
</target> </target>