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 a4ef2d8 commit e3d07c9Copy full SHA for e3d07c9
pkg/stomp/Tests/StompContextTest.php
@@ -94,7 +94,7 @@ public function testShouldCreateTopicInstanceWithExchangePrefix()
94
95
public function testShouldCreateTopicInstanceWithTopicPrefix()
96
{
97
- $context = new StompContext($this->createStompClientMock(), ExtensionType::ARTEMIS);
+ $context = new StompContext($this->createStompClientMock(), ExtensionType::ACTIVEMQ);
98
99
$topic = $context->createTopic('the name');
100
0 commit comments