Files
expense/vendor/bin/phpunit.bat
T

6 lines
129 B
Batchfile
Raw Normal View History

2024-11-27 11:16:45 +07:00
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/phpunit
SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
php "%BIN_TARGET%" %*