Phing > update configuration

This commit is contained in:
Meritoo
2018-08-26 15:25:09 +02:00
parent 75707a3f76
commit 51ff110101
10 changed files with 208 additions and 86 deletions

View File

@@ -62,8 +62,8 @@
-->
<exec
passthru="true"
command="${phpCsFixer.path} fix --verbose"
passthru="true"
command="${tests.cs_fixer.path} fix --verbose"
/>
</target>
@@ -212,7 +212,7 @@
</target>
<!-- Unit tests -->
<target name="test:unit" description="Executes unit tests">
<target name="test:unit" description="Runs unit tests">
<echo msg="Running unit tests..." />
<exec command="${tests.framework.path}" passthru="true"/>
</target>