Skip to content

Commit a44efd4

Browse files
committed
fix tests.
1 parent 5a67368 commit a44efd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RabbitmqAmqpExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ trait RabbitmqAmqpExtension
1212
*/
1313
private function buildAmqpContext()
1414
{
15-
if (false == $dsn = getenv('RABBITMQ_AMQP_DSN')) {
15+
if (false == $dsn = getenv('AMQP_DSN')) {
1616
throw new \PHPUnit_Framework_SkippedTestError('Functional tests are not allowed in this environment');
1717
}
1818

0 commit comments

Comments
 (0)