PHP projects
Here is a list of some of the PHP classes, libraries and scripts made by me. All of the scripts on this page are completely free and released under the GPL license.
Practical PHP Testing Exercise Solutions (2009)
Description: Practical PHP testing is a short (but excellent) book about unit testing in PHP written by Italian software engineer Giorgio Sironi. It advocates using the PHPUnit testing framework, but it can be easily adopted to other programming languages and testing frameworks.
On the URL bellow you can find my solutions to the TDD exercises found in this book.
Because I am pretty sure that there is always room for improvement and not all of my solutions are the best, feel free to fork the repository and refactor the code (when you are done, don't forget to leave your comment at this post so we can all check the code and hopefully learn something from it).
Github URL: http://github.com/Kami/practical-php-testing-exercise-solutions
<< Back to "PHP projects"