Skip to content
Snippets Groups Projects
Commit c4f74ce2 authored by Andrew Hoffmann's avatar Andrew Hoffmann
Browse files

Call the actual PHP script instead of a shell script

This allows interoperability with windows
parent e29430a9
No related branches found
No related tags found
1 merge request!12Test all the things!
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<!-- Runs PHPUnit --> <!-- Runs PHPUnit -->
<target name="test"> <target name="test">
<exec command="php vendor/bin/phpunit" passthru="true" checkreturn="true"/> <exec command="php vendor/phpunit/phpunit/phpunit" passthru="true" checkreturn="true"/>
</target> </target>
<target name="release"> <target name="release">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment