From e556296821d79bebc9017e777c6f35c5ffa0fbd3 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Thu, 23 Feb 2023 21:26:42 -0800 Subject: [PATCH] get the full path of the extension --- dev-scripts/run_tests.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-scripts/run_tests.bat b/dev-scripts/run_tests.bat index 14bb557..2eb0136 100644 --- a/dev-scripts/run_tests.bat +++ b/dev-scripts/run_tests.bat @@ -12,6 +12,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