Skip to content

Commit e3d07c9

Browse files
committed
ActiveMQ instead.
1 parent a4ef2d8 commit e3d07c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/stomp/Tests/StompContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function testShouldCreateTopicInstanceWithExchangePrefix()
9494

9595
public function testShouldCreateTopicInstanceWithTopicPrefix()
9696
{
97-
$context = new StompContext($this->createStompClientMock(), ExtensionType::ARTEMIS);
97+
$context = new StompContext($this->createStompClientMock(), ExtensionType::ACTIVEMQ);
9898

9999
$topic = $context->createTopic('the name');
100100

0 commit comments

Comments
 (0)