Phing > tests > remove mutation tests (because Infection requires PHP 7.1+)

This commit is contained in:
Meritoo
2018-10-28 00:06:52 +02:00
parent 870bfe48a2
commit 822dbf6830
2 changed files with 1 additions and 9 deletions

View File

@@ -51,8 +51,7 @@
<!-- Test target -->
<target name="build:test"
depends="test:phpunit,
test:infection"
depends="test:phpunit"
/>
<!-- Symfony2 code sniffer -->
@@ -104,11 +103,6 @@
<exec command="${tests.phpunit.command}" passthru="true"/>
</target>
<!-- Run mutation testing -->
<target name="test:infection" depends="build:prepare">
<exec command="${tests.mutation.command}" passthru="true"/>
</target>
<!-- Project build clean -->
<target name="build:clean">
<if>