get the full path of the extension

This commit is contained in:
Dengke Tang
2023-02-27 15:38:04 -08:00
parent 047d3d20c1
commit 65e179fc72
3 changed files with 4 additions and 5 deletions
+1
View File
@@ -18,6 +18,7 @@ set "script_dir=%~dp0"
set "work_dir=%script_dir%/.."
cd %work_dir%
call %PHP_BINARY% -c php-win.ini %composer_dir% update
call %PHP_BINARY% -c php-win.ini vendor/bin/phpunit tests --debug
endlocal