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 d28aaae commit c6310aaCopy full SHA for c6310aa
build.xml
@@ -48,4 +48,9 @@
48
<gittag repository="." name="${VERSION}"/>
49
<gitpush repository="." refspec="${VERSION}" quiet="false"/>
50
</target>
51
+
52
+ <!-- Runs all unit tests -->
53
+ <target name="tests">
54
+ <exec command="bin/phpunit --bootstrap=test/bootstrap.php test" passthru="true" checkreturn="true"/>
55
+ </target>
56
</project>
0 commit comments