Added phpunit.bat
Added phpunit batch file to run unit tests in windows machines
This commit is contained in:

committed by
Manish Verma

parent
0e2168ed96
commit
7ceab26988
4
vendor/bin/phpunit.bat
vendored
Normal file
4
vendor/bin/phpunit.bat
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
@ECHO OFF
|
||||||
|
setlocal DISABLEDELAYEDEXPANSION
|
||||||
|
SET BIN_TARGET=%~dp0/../phpunit/phpunit/phpunit
|
||||||
|
php "%BIN_TARGET%" %*
|
Reference in New Issue
Block a user