Skip to content

Commit 18b244f

Browse files
author
Stepan Zolotarev
committed
Pphunit config fix
1 parent 6fa962c commit 18b244f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<php>
99
<ini name="error_reporting" value="-1"/>
1010
<env name="REDIS_CONNECTION_DSN" value="tcp://localhost:6379"/>
11-
<env name="TRANSPORT_CONNECTION_DSN" value="amqp://guest:guest@127.0.0.1:5772/?heartbeat=0"/>
11+
<env name="TRANSPORT_CONNECTION_DSN" value="amqp://guest:guest@127.0.0.1:5672/?heartbeat=0"/>
1212
<env name="NSQ_CONNECTION_DSN" value="tcp://localhost:4150"/>
13-
<env name="TEST_POSTGRES_DSN" value="pgsql://test:123456789@localhost:5455/test"/>
13+
<env name="TEST_POSTGRES_DSN" value="pgsql://test:123456789@localhost:5432/test"/>
1414
</php>
1515
<testsuites>
1616
<testsuite name="PHP Service Bus: Common component">

0 commit comments

Comments
 (0)