PhpUnit - unit testing framework for PHP
This is the home page for the
phpUnit
project,
a unit-testing framework for PHP based on the "JUnit" framework
for Java.
Obtaining phpUnit
Anonymous CVS
Sample test run
Related projects
See the
PhpUnit Cookbook project for a step-by-step example of
using PhpUnit.
Project status
See the ChangeLog for details on
recent changes.
2005-10-13:
- Fixed some errors in this web page.
2002-3-27:
- Addressed several bugs recorded in SourceForge.
2001-5-14:
- Minor change for PHP4 compatibility.
2000-11-29:
- Merged in code from Dylan Kuhn to support PHP4. Seems to
work.
- Added example test run to PhpUnit home page.
- Added color coding to pass/fail indications.
- Fixed severe performance problem encountered in test runs
with many failures.
- Renamed files from .php3 to .php, since they should work
with both PHP3 and PHP4 now.
2000-10-10:
- Code at beta quality, being used by several people.
- Code available via anonymous CVS at SourceForge.
- Looking for developers interested in joining the project
and extending phpUnit.
- Not yet tested with PHP4.