PHPUnit
Appearance
PHPUnit | |
---|---|
Developer(s) | Sebastian Bergmann |
Repository | |
Written in | PHP |
Operating system | Cross-platform |
Type | Test tool |
Website | http://www.phpunit.de |
PHPUnit is a unit testing framework for the PHP programming language. Created by Sebastian Bergmann, PHPUnit is one of the xUnit family of frameworks that originated with Kent Beck's SUnit.
External links
- PHPUnit homepage
- ONLamp.com - Testing PHP Code with PHPUnit
- Planet PHPUnit
- Sebastian Bergmann - the creator of PHPUnit