first commit
This commit is contained in:
4
vendor/bin/phpunit.bat
vendored
Executable file
4
vendor/bin/phpunit.bat
vendored
Executable file
@ -0,0 +1,4 @@
|
||||
@ECHO OFF
|
||||
setlocal DISABLEDELAYEDEXPANSION
|
||||
SET BIN_TARGET=%~dp0/../phpunit/phpunit/phpunit
|
||||
php "%BIN_TARGET%" %*
|
||||
Reference in New Issue
Block a user