mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-01 01:40:21 +05:30
Execute the local phpunit
This commit is contained in:
parent
30ef11c1d7
commit
7c7dfec4c4
@ -111,7 +111,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="phpunit" description="Run unit tests with PHPUnit">
|
<target name="phpunit" description="Run unit tests with PHPUnit">
|
||||||
<exec executable="phpunit" failonerror="true">
|
<exec executable="${basedir}/vendor/bin/phpunit" failonerror="true">
|
||||||
<arg value="--configuration" />
|
<arg value="--configuration" />
|
||||||
<arg value="${basedir}/build/phpunit.xml" />
|
<arg value="${basedir}/build/phpunit.xml" />
|
||||||
</exec>
|
</exec>
|
||||||
|
Loading…
Reference in New Issue
Block a user