Unit test your PHP code at every level

16
Anonymous Reader writes “Test-driven development and unit tests are the latest way to make sure your code is behaving as you expect through changes and refactoring. Unit tests are a framework for writing tests on code and running those tests automatically. Find out how to unit test your PHP code at the module, database, and user interface (UI) level. With testing you will gain greater confidence that the code you ship to customers is running properly.”

Link: ibm.com/developerworks

Category:

  • PHP