The CodeIgniter Handbook, a three-volume handbook full to the brim with pragmatic, succinct, useful information from one of the web’s pioneering developers. Learn about the whats & whys of writing cleaner, more concise code. Discover fascinating new techniques that allow you to remove duplication, increase your programming efficiency, and reduce those repetitive tasks. Fall in love with CodeIgniter all over again.
Building stable, feature rich applications is tough, no matter what the programming language. Small changes to code can often cause devastating effects. With pressures mounting and requests coming in thick and fast from the client, how can you ensure your code remains stable and error-free throughout the course of the application’s lifetime?
The answer is unit testing. In the third and final volume of his immensely popular CodeIgniter Handbook, CI guru Jamie Rumbelow will teach you the most effective way to set up a unit testing environment in CodeIgniter. He’ll look at the differences between unit, functional and integration tests, he’ll show you how best to isolate your code and the most effective way of testing your application’s core logic using PHPUnit and Composer.