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 88a0957 commit f20fd3cCopy full SHA for f20fd3c
Tests/Functional/RpcClientTest.php
@@ -1,5 +1,4 @@
1
<?php
2
-
3
namespace Enqueue\Bundle\Tests\Functional;
4
5
/**
Tests/Functional/UseCasesTest.php
@@ -23,8 +23,8 @@ public function provideEnqueueConfigs()
23
'amqp' => [
24
'host' => getenv('SYMFONY__RABBITMQ__HOST'),
25
'port' => getenv('SYMFONY__RABBITMQ__AMQP__PORT'),
26
- 'login' => getenv('SYMFONY__RABBITMQ__USER'),
27
- 'password' => getenv('SYMFONY__RABBITMQ__PASSWORD'),
+ 'user' => getenv('SYMFONY__RABBITMQ__USER'),
+ 'pass' => getenv('SYMFONY__RABBITMQ__PASSWORD'),
28
'vhost' => getenv('SYMFONY__RABBITMQ__VHOST'),
29
'lazy' => false,
30
]
0 commit comments