The fourth public beta release of PUnitCommand, the command line interface for PUnit, is now available from the downloads page.
This minor release adds support for PHP 5.3 namespace identifies in class names. (e.g. php Command.php ProjectX\CaseY::testZ)
The third public beta release of PUnitCommand, the command line interface for PUnit, is now available from the downloads page.
This release is compatible with PHP 5.1.0 and above.
Due to changes made to the autoload mechanism in PUnit 0.9.0, this release can only be used with PUnit 0.9.0 and above.
PUnit has a new logo and website which went live today. Further content will be added to the site as the first stable release of PUnit approaches.
The address of the new site is: http://punit.smf.me.uk.
The second public beta release of PUnitCommand, the command line interface for PUnit, is now available from the downloads page.
This release is compatible with PHP 5.1.0 and above and has been tested with the latest development build of PHP 6.
Due to changes to the autoload mechanism, this release can only be used with PUnit 0.9.0 and above.
The first of the 0.9 series of beta releases of PUnit is now available for download from the downloads page.
No new functionality has been added in this release but modifications have been made to the autoload mechanism. Also, the test suite has been moved out of its own separate package (PUnitCommand) and into the main PUnit distribution. A compact distribution is available, which doesn't contain the test suite, for inclusion as a library in other projects.... read more
The first public beta release of PUnitCommand, the command line interface for PUnit, is now available from the downloads page.
This release is feature complete but does not include any user documentation. It is compatible with PHP 5.1.0 and above, and is designed for use with PUnit 0.8.0 and above.
The third public beta release of PUnit is now available for download from the downloads page.
This is a minor release containing mainly API documentation changes. This release is compatible with PHP 5.1.0 and above.
Please note that, as of this release, the PUnit test suite (PUnitTest) no longer includes a web interface. A PUnitCommand bootstrap script is included instead.
Source code for PUnitCommand, a command line interface for PUnit, has been added to the subversion repository. This project is still in the early stages of development — test cases and documentation will follow shortly.
PUnitCommand can be checked out from https://punit-php.svn.sourceforge.net/svnroot/punit-php/PUnitCommand/Trunk/PUnitCommand
The second public beta release of PUnit is now available for download from the downloads page.
This is a minor release containing a couple of internal changes to the PUnit framework and test suite enabling compatibility with earlier versions of PHP. This release is compatible with PHP 5.1.0 and above.
The first public beta release of PUnit is now available for download from the downloads page.
This release is feature complete with the exception of built-in report generation. Currently results can be exported to XML or queried directly using result objects.
A reference manual and quick start guide will be included in the 0.9.0 beta release. In the meantime please download the PUnit test suite (PUnitTest) for example test cases.