The follow up to my previous post. The below is the php unit test class for the string class example I wrote. I suppose the essence of this is to try to hammer out bugs as early as possible. PHPUnit, like JUnit and other unit testing frameworks provides the infrastructure you may need to create […]
