Added phpunit.bat

Added phpunit batch file to run unit tests in windows machines
This commit is contained in:
Manish Verma
2018-09-12 13:56:29 +05:30
committed by Manish Verma
parent 0e2168ed96
commit 7ceab26988

4
vendor/bin/phpunit.bat vendored Normal file
View File

@@ -0,0 +1,4 @@
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../phpunit/phpunit/phpunit
php "%BIN_TARGET%" %*