1
0
Files
services_core/vendor/bin/phpunit.bat
T
2026-06-19 14:35:42 +07:00

6 lines
129 B
Batchfile

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