-
DbUnit is a DbUnit port for PHP/PHPUnit. DbUnit is a JUnit extension targeted for database-driven projects that, among other things, puts a database into a known state between test runs. DbUnit is also usable with Apache Ant. What's New in This Version:- Updated for PHPUnit 3.7.
-
PHPUnit Web User Interface allows run of tests in a nice intuitive web user interface based on AJAX. Features of PHPUnit Web User Interface:- Code Coverage Repports- Unit Test Results- Runs in a sandbox for each test- Doesn't keep data from one test to the other so the tests are all stand alone.


