Skip to content

Commit 217b124

Browse files
committed
Fix unittest.
1 parent 734a10a commit 217b124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<!-- Runs all unit tests -->
3232
<target name="unit">
33-
<exec command="bin/phpunit" passthru="true" checkreturn="true"/>
33+
<exec executable="bin/phpunit" passthru="true" checkreturn="true"/>
3434
</target>
3535

3636
<target name="build">

0 commit comments

Comments
 (0)