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.

Revisions

  1. dbaltas renamed this gist Jun 13, 2013. 1 changed file with 0 additions and 0 deletions.
  2. dbaltas created this gist Jun 13, 2013.
    23 changes: 23 additions & 0 deletions review-handon-testing-with-phpunit-howto
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    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