Categories
- Computing (5)
- Miscellaneous (1)
- News (1)
- Programming (5)
- Version Control (1)
- Virtualisation (2)
- Web Apps (2)
- Web Servers (3)
Blogroll
Open source
Tag Archives: PHPUnit
Testing Kohana3 with PHPUnit
Unit testing is great, period. It allows you to test different parts of your application independently of the rest of the system. Any changes that will cause problems elsewhere can be identified almost instantly (if you’re doing it right!). Up … Continue reading