recon/application/vendor/bin/phpunit.bat
2023-02-27 18:53:14 +05:30

5 lines
117 B
Batchfile

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