We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734a10a commit 217b124Copy full SHA for 217b124
build.xml
@@ -30,7 +30,7 @@
30
31
<!-- Runs all unit tests -->
32
<target name="unit">
33
- <exec command="bin/phpunit" passthru="true" checkreturn="true"/>
+ <exec executable="bin/phpunit" passthru="true" checkreturn="true"/>
34
</target>
35
36
<target name="build">
0 commit comments