File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
dev/tests/integration/testsuite/Magento/Framework/Communication Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,6 @@ public function testGetTopicsExceptionMissingRequest()
52
52
$ this ->getConfigInstance (__DIR__ . '/_files/communication_missing_request.xml ' )->getTopics ();
53
53
}
54
54
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
-
64
55
/**
65
56
* @expectedException \LogicException
66
57
* @expectedExceptionMessage Service method specified in the definition of topic "customerRetrieved" is not
You can’t perform that action at this time.
0 commit comments