TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PHP Unit testign

1 pointsby amrithkalmost 17 years ago
Interested to know what tools people use/recommend for unit testing for PHP? What do people think about PHPUnit?

1 comment

Maascampalmost 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.