1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-13 08:34:12 +02:00

Merge branch '2.x' into main

This commit is contained in:
Jordi Boggiano
2022-05-08 23:03:49 +02:00
31 changed files with 697 additions and 182 deletions

View File

@@ -78,7 +78,7 @@ class AmqpHandlerTest extends TestCase
public function testHandlePhpAmqpLib()
{
if (!class_exists('PhpAmqpLib\Connection\AMQPConnection')) {
if (!class_exists('PhpAmqpLib\Channel\AMQPChannel')) {
$this->markTestSkipped("php-amqplib not installed");
}