mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Implement Mutation Testing Framework (infection/infection package)
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
<!-- Test target -->
|
||||
<target name="build:test"
|
||||
depends="test:phpunit"
|
||||
depends="test:phpunit, test:infection"
|
||||
/>
|
||||
|
||||
<!-- Symfony2 code sniffer -->
|
||||
@@ -74,6 +74,11 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user