Quality Assurance in PHP Projects
Sebastian Bergmann (thePHP.cc)
Another awesome presentation and workshop today.
There are so many take-aways, I’m not sure what to add in. I took five pages of notes.
PHPUnit Best Practices:
Use the setup() method
Make functions for code that is reused.
Make test for edge cases.
Use –testdox to display code complete.
Use –skeleton-test for existing [...]