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 623e87f commit d5680d2Copy full SHA for d5680d2
dev/tests/integration/testsuite/Magento/Framework/Communication/ConfigTest.php
@@ -166,7 +166,8 @@ public function testGetTopicsExceptionMultipleHandlersSynchronousMode()
166
'Topic "customerDeleted" is configured for synchronous requests, that is why it must'
167
);
168
169
- $this->getConfigInstance([__DIR__ . '/_files/communication_multiple_handlers_synchronous_mode.xml'])->getTopics();
+ $this->getConfigInstance([__DIR__ . '/_files/communication_multiple_handlers_synchronous_mode.xml'])
170
+ ->getTopics();
171
}
172
173
/**
0 commit comments