We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77481df commit 46999baCopy full SHA for 46999ba
tests/Queue/Jobs/RabbitMQJobTest.php
@@ -53,7 +53,7 @@ private function createConsumerMock(string $queueName = 'test')
53
{
54
$mock = $this->createMock(AmqpConsumer::class);
55
56
- if (!$queueName !== '')
+ if ($queueName !== '')
57
58
$mock->expects($this->once())
59
->method('getQueue')
0 commit comments