-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport] throw exception InvalidArgumentException during validate scheme #18554
[Backport] throw exception InvalidArgumentException during validate scheme #18554
Conversation
…asses. Implemented validation of exception message in unit test
Hi @gelanivishal. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @ihor-sviziev, thank you for the review. |
…ng validate scheme #18554
Hi @gelanivishal. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
Original Pull Request
#18416
Description
Fixed Issues (if relevant)
Manual testing scenarios
A schema class:
class Dummy {
private $foo;
}
Run validation for communication configuration. It can be done either automatically if you're using Magento EE, or can be done manually by calling into Magento\Framework\Communication\Config->getTopic("foo_topic")Communication configuration (communication.xml):
Contribution checklist