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 1aa8bbd commit 9cb8cffCopy full SHA for 9cb8cff
phpunit.xml.dist
@@ -31,7 +31,7 @@
31
</testsuite>
32
</testsuites>
33
<php>
34
- <env name="RABBITMQ_HOST" value="eagle-rmq"/>
+ <env name="RABBITMQ_HOST" value="localhost"/>
35
<env name="QUEUE_CONNECTION" value="rabbitmq"/>
36
<env name="RABBITMQ_PORT" value="5672"/>
37
<env name="PORT_SSL" value="5671"/>
tests/Feature/RabbitMQQueueTest.php
@@ -27,7 +27,6 @@ public function testRabbitMQSize(): void
27
$this->assertTrue($this->connection->getConnection()->channel()->is_open());
28
29
dispatch(new TestJobMock('Farhad Zand'))->onQueue($queue);
30
- sleep(1);
$this->assertEquals(1, $this->connection->size($queue));
}
0 commit comments