-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Testing] TDD and Unit Testing in Magento 2 #171
Comments
Thank you very much for the topic suggestion! I really enjoy TDD in Magento 2. In fact, in 2016 I recorded a bunch of videos and put them on YouTube at https://www.youtube.com/mage2katas Since then Magento has updated the PHPUnit version, so the syntax for using PHPUnit has changed a little, but the approaches and how to use the integration testing framework is still totally valid. The main changes in regards to PHPUnit are that tests now extend from So, since there are only superficial changes, I think the topic already is fairly well covered. There are quite a few other topics I want to cover first before covering TDD and testing in Mage2 TV. If this topic gets a lot of thumbs up here I will be happy to prioritize it. |
Thanks Vinai for the quick response. I have already been following your Mage2katas channel and found they are mostly integration testing. |
It would be great if you can dedicate few chapters for writing basic PHPUnit testing in Magento 2 and especially the TDD in Magento 2 way.
The text was updated successfully, but these errors were encountered: