[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#273649: ITP: phpunit -- A Unit Testing framework for PHP



Package: wnpp
Severity: wishlist

* Package name    : phpunit
  Version         : 1.0.2
  Upstream Author : Sebastion Bergmann <sb@sebastion-bergmann.de>
* URL             : http://pear.php.net/package/PHPUnit
* License         : The PHP License 2.02
			(http://www.php.net/license/2_02.txt)
  Description     : A Unit Testing framework for PHP

Unit testing is a means of providing extra confidence in your software
system by writing small snippets of code which test various parts of your
program.  By running these tests regularly, you can assure yourself that
your new features or bugfixes haven't inadvertantly broken some other part
of the system.  Unit testing is a superset of "regression testing", and a
subset of functional testing.

This package provides a framework for unit testing your PHP programs, based
on the Smalltalk Testing Pattern by Kent Beck, described at
http://www.xprogramming.com/testfram.htm.

- Matt



Reply to: