Files
faveo/vendor/bin/phpunit.bat
2016-06-13 20:41:55 +05:30

5 lines
113 B
Batchfile

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