TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
PHP Unit testign
1 points
by
amrithk
almost 17 years ago
Interested to know what tools people use/recommend for unit testing for PHP? What do people think about PHPUnit?
1 comment
Maascamp
almost 17 years ago
PHPUnit is easy to install and implement. Writing unit tests is a simple matter of extending the test case class and throwing your logic in the function.<p>Would recommend.