5 lines
117 B
Batchfile
Executable File
5 lines
117 B
Batchfile
Executable File
@ECHO OFF
|
|
setlocal DISABLEDELAYEDEXPANSION
|
|
SET BIN_TARGET=%~dp0/../phpunit/phpunit/phpunit
|
|
php "%BIN_TARGET%" %*
|