mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Execute the local phpunit
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user