Skip to content

Commit 57ef5ad

Browse files
committed
[Messenger] Added FailedMessageErrorDetailsStamp
1 parent 884cdce commit 57ef5ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/Transport/AmqpExtIntegrationTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ public function testItSendsAndReceivesMessages()
7676
$this->assertEmpty(iterator_to_array($receiver->get()));
7777
}
7878

79+
/**
80+
* @group legacy
81+
* ^ for now, deprecation errors are thrown during serialization.
82+
*/
7983
public function testRetryAndDelay()
8084
{
8185
$serializer = $this->createSerializer();

0 commit comments

Comments
 (0)