Skip to content

Instantly share code, notes, and snippets.

@dbaltas
Last active December 18, 2015 11:28
Show Gist options
  • Select an option

  • Save dbaltas/5775497 to your computer and use it in GitHub Desktop.

Select an option

Save dbaltas/5775497 to your computer and use it in GitHub Desktop.
Review on Hands­on Testing with PHPUnit How­to
PHPUnit is a testing framework that is supported, integrated and suggested by the majority of
PHP frameworks.Test Driven Development (TDD), and Continuous Integration are here to stay
and PHPUnit is an industry standard that caters for both.
The book [‘Hands­on Testing with PHPUnit How­to’][1] offers a quick but thorough step by step guide
over the core concepts of PHPUnit. In a ‘learn by example’ approach the programmer gets
acquainted with the TDD process without feeling overwhelmed with pompous definitions.
Special credit for the mocks section where the admittedly hard terminology becomes clear. Best
practices are demonstrated and popular misconceptions are pointed out.
I strongly recommend PHPUnit and this book to anyone with problem solving capabilities in PHP
who wants to work in a team and be proud of the code he/she writes. After all, we write code for
other people to read.
(Review submitted upon request by packtpub.com)
[1]: http://www.packtpub.com/how-to-hands-on-testing-with-phpunit/book
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment