We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7f30f commit 96b20d8Copy full SHA for 96b20d8
extension/BuildPhpExtension/private/Invoke-Tests.ps1
@@ -19,6 +19,7 @@ Function Invoke-Tests {
19
$env:TEST_PHP_EXECUTABLE = "$php_dir\php.exe"
20
$env:REPORT_EXIT_STATUS = 1
21
$env:XDEBUG_MODE = ""
22
+ $env:MAGICK_CONFIGURE_PATH = "$currentDirectory\..\deps\bin"
23
$tempOriginal = $env:TEMP
24
Get-TempFiles
25
$type='extension'
0 commit comments