Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge pull request #64 from zendframework/rabbitmq-test-fix
Browse files Browse the repository at this point in the history
fix RabbitMQ test
  • Loading branch information
lsmith77 committed Sep 30, 2015
2 parents 37bd84f + 2c13b6a commit 90c6197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ZendDiagnosticsTest/ChecksTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function testRabbitMQ()
$this->assertInstanceOf('ZendDiagnostics\Result\Success', $result);

$check = new RabbitMQ('127.0.0.250', 9999);
$this->setExpectedException('PhpAmqpLib\Exception\AMQPRuntimeException');
$this->setExpectedException('\ErrorException');
$check->check();
}

Expand Down

0 comments on commit 90c6197

Please sign in to comment.