Unit Testing
Advanced PHP
2024-11-22
5
•
Testing Small Portions (
Units
) of Code
•
Make Sure Nothing Breaks (
Regression Tests
)
•
Write Your Tests
•
Write The Code That Satisfies Those Tests