We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8df7c commit 3977dcaCopy full SHA for 3977dca
tests/RabbitMQDelayTest.php
@@ -161,6 +161,6 @@ public function testZeroDelayWorksImmediately(): void
161
*/
162
private function isRabbitMQAvailable(): bool
163
{
164
- return class_exists(AMQPConnectionFactory::class);
+ return true;//class_exists(AMQPConnectionFactory::class);
165
}
166
tests/RabbitMQHandlerTest.php
@@ -383,6 +383,6 @@ public function testJsonEncodeExceptionMethod(): void
383
384
385
386
387
388
0 commit comments