We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a67368 commit a44efd4Copy full SHA for a44efd4
1 file changed
RabbitmqAmqpExtension.php
@@ -12,7 +12,7 @@ trait RabbitmqAmqpExtension
12
*/
13
private function buildAmqpContext()
14
{
15
- if (false == $dsn = getenv('RABBITMQ_AMQP_DSN')) {
+ if (false == $dsn = getenv('AMQP_DSN')) {
16
throw new \PHPUnit_Framework_SkippedTestError('Functional tests are not allowed in this environment');
17
}
18
0 commit comments