Files
littleTiger/vendor/bin/phpunit.bat
2019-03-04 16:08:27 +08:00

5 lines
113 B
Batchfile

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