We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862a0fa commit 995f93bCopy full SHA for 995f93b
extension/BuildPhpExtension/private/Invoke-Tests.ps1
@@ -20,6 +20,8 @@ Function Invoke-Tests {
20
$env:REPORT_EXIT_STATUS = 1
21
$env:XDEBUG_MODE = ""
22
$env:MAGICK_CONFIGURE_PATH = "$currentDirectory\..\deps\bin"
23
+ $env:PHP_AMQP_HOST="rabbitmq"
24
+ $env:PHP_AMQP_SSL_HOST="rabbitmq.example.org"
25
$tempOriginal = $env:TEMP
26
Get-TempFiles
27
$type='extension'
0 commit comments