$blog++

Hands-on Testing with PHPUnit - review

June 25, 2013 Written By Marco Monteiro

One of the things that is actually starting to matter in our PHP world is testing. THe PHP community disregarded this for far too long. However, more modern frameworks took this issue seriously and the community responded well.

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. Things I liked about the book:

  • The book is short, but it takes the reader from easy examples to something that is far more complex than the normal tests you may find on the interwebs.
  • The amount of real life examples and not just theoretical ones.
  • Great book if you’re just starting with testing in PHP.

Thinks you may want to consider before buying this book

  • This is not a manual on how to use PHPUnit.
  • If you already have an intermediate experience with testing this book might not be the best one for you.

Overall the book is great and it accomplishes quite well it’s purpose - getting people started with phpUnit. So if that’s your case you should definitely give it a go.

You can find the book at:


x

Like it? Tweet it.

"Hands-on Testing with PHPUnit - review" via @marcogmonteiro