PHPUnit Icon

Summary

Overview

Main Website phpunit.de
Version 6.0
Experience Growing Appreciation
Resources Udemy Class taught by Trevor Sawler, Ph.D.

Notes

  • Installation was easy as it was done through ComposerUsed to manage the installation of third-party PHP libraries., some of the configuration details were a bit fiddly.
  • Udemy class "Introduction to Testing with PHPUnit" taught by Trevor Sawler, Ph.D as very helpful in terms of understanding the mechanics.
  • I'd become interested in automated testing after reading "How Google Tests Software".
  • After the initial setup I tended to create test procedures after development was more or less complete.
  • Now it has become more natural (and useful) to create them along side the development of the main code base.