Files
faveo/vendor/bin/phpunit.bat
Manish Verma 7ceab26988 Added phpunit.bat
Added phpunit batch file to run unit tests in windows machines
2018-09-19 15:44:43 +05:30

5 lines
113 B
Batchfile

@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../phpunit/phpunit/phpunit
php "%BIN_TARGET%" %*