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

Commit 90c6197

Browse files
committed
Merge pull request #64 from zendframework/rabbitmq-test-fix
fix RabbitMQ test
2 parents 37bd84f + 2c13b6a commit 90c6197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ZendDiagnosticsTest/ChecksTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function testRabbitMQ()
5252
$this->assertInstanceOf('ZendDiagnostics\Result\Success', $result);
5353

5454
$check = new RabbitMQ('127.0.0.250', 9999);
55-
$this->setExpectedException('PhpAmqpLib\Exception\AMQPRuntimeException');
55+
$this->setExpectedException('\ErrorException');
5656
$check->check();
5757
}
5858

0 commit comments

Comments
 (0)