Unit testing frameworks For PHP
- PHPUnit - I use this one in my projects. One of most popular unittesting tool Created by Sebastian Bergmann
- SimpleUnit - Another popular PHP unit testing tool similar to Junit and it also supports testing web apps by emulating form submit , button or link clicks
- Testilence
- PHPSpec
- lime
- Apache-Test