ztest: Unit Testing for PHP 5.3
ztest [1] is new unit testing library designing to take advantage of the new features of PHP5.3 – namely namespaces and closures. It was extracted from the BasePHP [2] library, a perpetual work-in-progress.
Released under the MIT License.
[1] http://github.com/jaz303/ztest
[2] http://www.phpbase.org/