Skip to content

Commit 995f93b

Browse files
committed
Set PHP_AMQP_HOST for testing
1 parent 862a0fa commit 995f93b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extension/BuildPhpExtension/private/Invoke-Tests.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Function Invoke-Tests {
2020
$env:REPORT_EXIT_STATUS = 1
2121
$env:XDEBUG_MODE = ""
2222
$env:MAGICK_CONFIGURE_PATH = "$currentDirectory\..\deps\bin"
23+
$env:PHP_AMQP_HOST="rabbitmq"
24+
$env:PHP_AMQP_SSL_HOST="rabbitmq.example.org"
2325
$tempOriginal = $env:TEMP
2426
Get-TempFiles
2527
$type='extension'

0 commit comments

Comments
 (0)