For all us imperfect programmers, I have some great news. There are tools that can help you keep those mistakes from breaking your application. They can also help you find and fix bugs faster, while at the same time, preventing those bugs from ever coming back. Many of these tools revolve around testing.
What you'll learn
- Unit Testing
- PHPUnit
- Test Driven Development
- Code Coverage
- Test Doubles