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. 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. Link to comment https://forums.phpfreaks.com/topic/252992-unit-testing/#findComment-1297247 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.