F. Šubr: Test Driven Development in PHP (45 min.)
- PHP
- cs
To begin with the test driven development is easy when starting a project from scratch. Mostly, however, it is not possible. To apply TDD on an existing project is certainy more difficult, but definitely still possible.
You will learn how to create tests for "untestable" code and what benefits it will bring to you.