Reputation: 5574
i would like to have a documentation on how to use phpunits for dummies. is there any ? or do you have a great reference website that provide how to use phpunits on daily basis ?
Upvotes: 0
Views: 934
Reputation: 50698
For a TDD guide see: php testing series - Invisible to the eye or giorgiosironi's Practical-Php-Testing at master - GitHub
And, you know…
There is a site dedicated for learning PHPUnit: PHPUnit Manual
Upvotes: 2