applebiz89 Posted December 12, 2011 Share Posted December 12, 2011 Just wanted some general advice/guidance, I know there are plenty of articles and tutorials online about unit testing, but I just wanted to get a first hand perspective off of some of you guys... What are some real world examples of actual PHP Unit Testing? Also any unit testing frameworks you can recommend? Apologies if this has been covered before. Quote Link to comment https://forums.phpfreaks.com/topic/252992-unit-testing/ Share on other sites More sharing options...
trq Posted December 12, 2011 Share Posted December 12, 2011 Any framework worth it's grain in salt is unit tested. There is just too much code to maintain without it. While there are others around, PHPUnit is still my preferred, and also the preferred of many other projects. Quote Link to comment https://forums.phpfreaks.com/topic/252992-unit-testing/#findComment-1297247 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.