Skip to content

Commit 8fcd430

Browse files
committed
AC-14558::Migration form RabbitMQ to Apache ActiveMQ
1 parent 325acb1 commit 8fcd430

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Stomp/UseCase/AsyncMultipleTopicsWithEachQueueTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright 2025 Adobe
44
* All Rights Reserved.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Framework\Stomp\UseCase;
79

810
use Magento\Framework\MessageQueue\DefaultValueProvider;
@@ -57,7 +59,7 @@ protected function setUp(): void
5759
*
5860
* Current test is not test of Web API framework itself, it just utilizes its infrastructure to test Message Queue.
5961
*/
60-
public function testAsyncMultipleTopicsPerQueue()
62+
public function testAsyncMultipleTopicsPerQueue(): void
6163
{
6264
if ($this->connectionType === 'amqp') {
6365
$this->markTestSkipped('STOMP test skipped because AMQP connection is available.

0 commit comments

Comments
 (0)