Newest Blog Entry
I've been thinking
Saturday, 29th of October, 2011
Right... So this blog hasn't been very active for me the past year. In fact, the whole SUMR project hasn't been active. This last week however has me looking back towards PHP and how I might get into it again. Alas, PHP has very weak testing support. During the course of the year and my .net development I have grown to learn and almost require/need unit testing. With .net (C#), I've been using nUnit. Which is an awesome little testing tool; which when used with Visual Studio makes for some good development.
So, I've has a quick look and the go to tool for PHP is phpUnit. To be honest, the tests look ugly compared with the simplicity of nUnit. You first have to extend a PHP Uni...
Read more...


