Skip to content

Commit 3977dca

Browse files
committed
testing
1 parent 2c8df7c commit 3977dca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/RabbitMQDelayTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ public function testZeroDelayWorksImmediately(): void
161161
*/
162162
private function isRabbitMQAvailable(): bool
163163
{
164-
return class_exists(AMQPConnectionFactory::class);
164+
return true;//class_exists(AMQPConnectionFactory::class);
165165
}
166166
}

tests/RabbitMQHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,6 @@ public function testJsonEncodeExceptionMethod(): void
383383
*/
384384
private function isRabbitMQAvailable(): bool
385385
{
386-
return class_exists(AMQPConnectionFactory::class);
386+
return true;//class_exists(AMQPConnectionFactory::class);
387387
}
388388
}

0 commit comments

Comments
 (0)