Paragonik/paragonik-backend/vendor/bin/phpunit.bat

5 lines
113 B
Batchfile
Raw Normal View History

2019-12-07 16:47:41 +01:00
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../phpunit/phpunit/phpunit
php "%BIN_TARGET%" %*