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 7d05e15 commit 3a1970eCopy full SHA for 3a1970e
tests/Feature/RabbitMQQueueTest.php
@@ -29,11 +29,8 @@ public function testRabbitMQSize(): void
29
$this->assertTrue($this->connection->getConnection()->isConnected());
30
$this->assertTrue($this->connection->getConnection()->channel()->is_open());
31
32
-// $this->assertEquals(0, $this->connection->size());
33
-
34
dispatch(new TestJobMock('Farhad Zand'))->onQueue($queue);
35
$this->assertEquals(1, $this->connection->size($queue));
36
- $this->connection->purgeQueue($queue);
37
}
38
39
public function testRabbitMQDeclareQueue(): void
0 commit comments