Skip to content

Commit 20fed16

Browse files
author
Hayder Sharhan
committed
MAGETWO-48012: Stabilize builds
1 parent 9604da4 commit 20fed16

File tree

1 file changed

+0
-9
lines changed
  • dev/tests/integration/testsuite/Magento/Framework/Communication

1 file changed

+0
-9
lines changed

dev/tests/integration/testsuite/Magento/Framework/Communication/ConfigTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@ public function testGetTopicsExceptionMissingRequest()
5252
$this->getConfigInstance(__DIR__ . '/_files/communication_missing_request.xml')->getTopics();
5353
}
5454

55-
/**
56-
* @expectedException \LogicException
57-
* @expectedExceptionMessage "handler" element must be declared for topic "customerUpdated", because it has
58-
*/
59-
public function testGetTopicsExceptionMissingHandler()
60-
{
61-
$this->getConfigInstance(__DIR__ . '/_files/communication_missing_handler.xml')->getTopics();
62-
}
63-
6455
/**
6556
* @expectedException \LogicException
6657
* @expectedExceptionMessage Service method specified in the definition of topic "customerRetrieved" is not

0 commit comments

Comments
 (0)