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 6fa962c commit 18b244fCopy full SHA for 18b244f
phpunit.xml
@@ -8,9 +8,9 @@
8
<php>
9
<ini name="error_reporting" value="-1"/>
10
<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"/>
+ <env name="TRANSPORT_CONNECTION_DSN" value="amqp://guest:guest@127.0.0.1:5672/?heartbeat=0"/>
12
<env name="NSQ_CONNECTION_DSN" value="tcp://localhost:4150"/>
13
- <env name="TEST_POSTGRES_DSN" value="pgsql://test:123456789@localhost:5455/test"/>
+ <env name="TEST_POSTGRES_DSN" value="pgsql://test:123456789@localhost:5432/test"/>
14
</php>
15
<testsuites>
16
<testsuite name="PHP Service Bus: Common component">
0 commit comments