Files
xk-api-old-laravel/vendor/bin/phpunit.bat
2025-01-11 14:16:20 +08:00

6 lines
129 B
Batchfile

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