Skip to content

Commit 1a839ce

Browse files
committed
feature #12045 [Messenger] InMemoryTransport ignore acknowledged and rejected messages (tienvx)
This PR was submitted for the master branch but it was merged into the 4.4 branch instead (closes #12045). Discussion ---------- [Messenger] InMemoryTransport ignore acknowledged and rejected messages <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 354b84d [Messenger] InMemoryTransport ignore acknowledged and rejected messages
2 parents 9101bf2 + 354b84d commit 1a839ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ during a request::
964964

965965
/* @var InMemoryTransport $transport */
966966
$transport = self::$container->get('messenger.transport.async_priority_normal');
967-
$this->assertCount(1, $transport->get());
967+
$this->assertCount(1, $transport->getSent());
968968
}
969969
}
970970

0 commit comments

Comments
 (0)