try this out

This commit is contained in:
Dengke Tang
2023-02-23 18:25:36 -08:00
parent 4d0a79b227
commit acf8cb072a
3 changed files with 44 additions and 46 deletions
+1 -2
View File
@@ -11,7 +11,6 @@ if not "%~1"=="" (
set "PHP_BINARY=%~1"
)
REM Check if composer_dir was found
if "%composer_dir%"=="" (
echo No composer found.
@@ -22,7 +21,7 @@ set "script_dir=%~dp0"
set "work_dir=%script_dir%/.."
cd %work_dir%
call %PHP_BINARY% -c php-win.ini %composer_dir% update
composer update
call %PHP_BINARY% -c php-win.ini vendor/bin/phpunit tests --debug